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 parse: Copy string to perf_evsel_config_term
Leo Yan
2020-01-30
3
-1
/
+9
*
perf parse: Refactor 'struct perf_evsel_config_term'
Leo Yan
2020-01-30
3
-28
/
+44
*
perf header: Use last modification time for timestamp
Michael Petlan
2020-01-15
1
-1
/
+1
*
perf tools: Use %define api.pure full instead of %pure-parser
Jiri Olsa
2020-01-14
2
-2
/
+3
*
perf tools: Support --prefix/--prefix-strip
Andi Kleen
2020-01-14
2
-2
/
+22
*
perf clang: Fix build with Clang 9
Maciej S. Szmigiero
2020-01-14
1
-0
/
+4
*
perf report/top: Improve toggle callchain menu option
Arnaldo Carvalho de Melo
2020-01-06
2
-2
/
+3
*
perf record: Adapt affinity to machines with #CPUs > 1K
Alexey Budankov
2020-01-06
2
-7
/
+23
*
perf mmap: Declare type for cpu mask of arbitrary length
Alexey Budankov
2020-01-06
2
-0
/
+23
*
perf hists: Fix variable name's inconsistency in hists__for_each() macro
Yuya Fujita
2019-12-20
1
-2
/
+2
*
perf map: Set kmap->kmaps backpointer for main kernel map chunks
Arnaldo Carvalho de Melo
2019-12-20
1
-0
/
+3
*
perf header: Fix false warning when there are no duplicate cache entries
Michael Petlan
2019-12-11
1
-15
/
+6
*
perf metricgroup: Fix printing event names of metric group with multiple events
Kajol Jain
2019-12-11
1
-2
/
+5
*
perf arch: Make the default get_cpuid() return compatible error
Arnaldo Carvalho de Melo
2019-12-11
1
-1
/
+1
*
perf report: Make -F more strict like -s
Ravi Bangoria
2019-12-04
1
-0
/
+6
*
perf report/top TUI: Replace pr_err() with ui__error()
Ravi Bangoria
2019-12-04
1
-5
/
+5
*
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
2019-12-02
1
-3
/
+86
*
perf machine: Fill map_symbol->maps in append_inlines() to fix segfault
Arnaldo Carvalho de Melo
2019-11-29
1
-0
/
+1
*
perf jit: Move test functionality in to a test
Ian Rogers
2019-11-29
1
-46
/
+0
*
perf stat: Use affinity for enabling/disabling events
Andi Kleen
2019-11-29
1
-3
/
+37
*
perf evsel: Add functions to enable/disable for a specific CPU
Andi Kleen
2019-11-29
2
-1
/
+14
*
perf stat: Use affinity for reading
Andi Kleen
2019-11-29
1
-0
/
+1
*
perf stat: Use affinity for opening events
Andi Kleen
2019-11-29
6
-12
/
+36
*
perf stat: Use affinity for closing file descriptors
Andi Kleen
2019-11-29
1
-2
/
+29
*
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
2019-11-29
4
-0
/
+42
*
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
[next]