index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf affinity: Add infrastructure to save/restore affinity
Andi Kleen
2019-11-28
4
-0
/
+92
*
perf pmu: Use file system cache to optimize sysfs access
Andi Kleen
2019-11-28
5
-31
/
+83
*
perf regs: Make perf_reg_name() return "unknown" instead of NULL
Arnaldo Carvalho de Melo
2019-11-28
1
-1
/
+1
*
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
2019-11-26
5
-7
/
+7
*
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
2019-11-26
8
-122
/
+117
*
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
2019-11-26
7
-14
/
+14
*
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
2019-11-26
9
-24
/
+24
*
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-11-26
11
-36
/
+36
*
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-26
22
-244
/
+185
*
perf map: Remove unused functions
Arnaldo Carvalho de Melo
2019-11-26
2
-27
/
+8
*
perf map: Remove needless struct forward declarations
Arnaldo Carvalho de Melo
2019-11-26
1
-3
/
+0
*
perf map: Ditch leftover map__reloc_vmlinux() prototype
Arnaldo Carvalho de Melo
2019-11-26
1
-2
/
+0
*
perf script: Move map__fprintf_srccode() to near its only user
Arnaldo Carvalho de Melo
2019-11-26
2
-50
/
+0
*
perf parse: Fix potential memory leak when handling tracepoint errors
Ian Rogers
2019-11-22
1
-4
/
+5
*
perf probe: Fix spelling mistake "addrees" -> "address"
Colin Ian King
2019-11-22
1
-1
/
+1
*
perf intel-pt: Add support for decoding AUX area samples
Adrian Hunter
2019-11-22
1
-3
/
+106
*
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
2019-11-22
5
-1
/
+56
*
perf auxtrace: Add support for queuing AUX area samples
Adrian Hunter
2019-11-22
2
-0
/
+122
*
perf session: Add facility to peek at all events
Adrian Hunter
2019-11-22
2
-0
/
+33
*
perf auxtrace: Add support for dumping AUX area samples
Adrian Hunter
2019-11-22
3
-2
/
+28
*
perf record: Add aux-sample-size config term
Adrian Hunter
2019-11-22
6
-1
/
+118
*
perf auxtrace: Add support for AUX area sample recording
Adrian Hunter
2019-11-22
4
-0
/
+127
*
perf auxtrace: Move perf_evsel__find_pmu()
Adrian Hunter
2019-11-22
1
-12
/
+12
*
perf record: Add a function to test for kernel support for AUX area sampling
Adrian Hunter
2019-11-22
2
-0
/
+32
*
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
2019-11-21
5
-1
/
+34
*
perf report: Jump to symbol source view from total cycles view
Jin Yao
2019-11-19
3
-5
/
+11
*
perf util: Move block TUI function to ui browsers
Jin Yao
2019-11-19
2
-64
/
+13
*
perf session: Fix decompression of PERF_RECORD_COMPRESSED records
Alexey Budankov
2019-11-19
1
-17
/
+27
*
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
2019-11-19
9
-63
/
+117
*
perf dsos: Remove unused dsos__find() method
Arnaldo Carvalho de Melo
2019-11-19
2
-10
/
+0
*
perf map: Move comparision of map's dso_id to a separate function
Arnaldo Carvalho de Melo
2019-11-19
3
-12
/
+31
*
perf map: Pass a dso_id to map__new()
Arnaldo Carvalho de Melo
2019-11-19
3
-15
/
+16
*
perf map: Move maj/min/ino/ino_generation to separate struct
Arnaldo Carvalho de Melo
2019-11-19
3
-19
/
+27
*
perf parse: Report initial event parsing error
Ian Rogers
2019-11-18
3
-22
/
+62
*
perf probe: Trace a magic number if variable is not found
Masami Hiramatsu
2019-11-18
4
-5
/
+63
*
perf probe: Support DW_AT_const_value constant value
Masami Hiramatsu
2019-11-18
3
-0
/
+19
*
perf probe: Support multiprobe event
Masami Hiramatsu
2019-11-18
3
-2
/
+15
*
perf probe: Generate event name with line number
Masami Hiramatsu
2019-11-18
1
-0
/
+8
*
perf probe: Do not show non representive lines by perf-probe -L
Masami Hiramatsu
2019-11-18
1
-0
/
+7
*
perf probe: Verify given line is a representive line
Masami Hiramatsu
2019-11-18
1
-0
/
+36
*
perf probe: Show correct statement line number by perf probe -l
Masami Hiramatsu
2019-11-18
1
-4
/
+58
*
perf map: Move seldom used ->flags field to second cacheline
Arnaldo Carvalho de Melo
2019-11-18
1
-1
/
+1
*
perf map: Use bitmap for booleans
Arnaldo Carvalho de Melo
2019-11-18
1
-2
/
+2
*
perf callchain: Fix segfault in thread__resolve_callchain_sample()
Adrian Hunter
2019-11-18
1
-1
/
+1
*
perf map_groups: Auto sort maps by name, if needed
Arnaldo Carvalho de Melo
2019-11-18
3
-3
/
+111
*
perf machine: No need to check if kernel module maps pre-exist
Arnaldo Carvalho de Melo
2019-11-18
3
-13
/
+7
*
perf map: No need to adjust the long name of modules
Arnaldo Carvalho de Melo
2019-11-18
1
-26
/
+1
*
perf map_groups: Add a front end cache for map lookups by name
Arnaldo Carvalho de Melo
2019-11-18
3
-5
/
+19
*
perf maps: Do not use an rbtree to sort by map name
Arnaldo Carvalho de Melo
2019-11-18
4
-46
/
+2
*
perf maps: Purge the entries from maps->names in __maps__purge()
Arnaldo Carvalho de Melo
2019-11-13
2
-41
/
+1
[next]