index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-20
perf hists: Fix variable name's inconsistency in hists__for_each() macro
Yuya Fujita
1
-2
/
+2
2019-12-20
perf map: Set kmap->kmaps backpointer for main kernel map chunks
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-12-11
perf header: Fix false warning when there are no duplicate cache entries
Michael Petlan
1
-15
/
+6
2019-12-11
perf metricgroup: Fix printing event names of metric group with multiple events
Kajol Jain
1
-2
/
+5
2019-12-11
perf arch: Make the default get_cpuid() return compatible error
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-12-04
perf report: Make -F more strict like -s
Ravi Bangoria
1
-0
/
+6
2019-12-04
perf report/top TUI: Replace pr_err() with ui__error()
Ravi Bangoria
1
-5
/
+5
2019-12-02
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
1
-3
/
+86
2019-11-29
perf machine: Fill map_symbol->maps in append_inlines() to fix segfault
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-11-29
perf jit: Move test functionality in to a test
Ian Rogers
1
-46
/
+0
2019-11-29
perf stat: Use affinity for enabling/disabling events
Andi Kleen
1
-3
/
+37
2019-11-29
perf evsel: Add functions to enable/disable for a specific CPU
Andi Kleen
2
-1
/
+14
2019-11-29
perf stat: Use affinity for reading
Andi Kleen
1
-0
/
+1
2019-11-29
perf stat: Use affinity for opening events
Andi Kleen
6
-12
/
+36
2019-11-29
perf stat: Use affinity for closing file descriptors
Andi Kleen
1
-2
/
+29
2019-11-29
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
4
-0
/
+42
2019-11-28
perf affinity: Add infrastructure to save/restore affinity
Andi Kleen
4
-0
/
+92
2019-11-28
perf pmu: Use file system cache to optimize sysfs access
Andi Kleen
5
-31
/
+83
2019-11-28
perf regs: Make perf_reg_name() return "unknown" instead of NULL
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-26
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
5
-7
/
+7
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
8
-122
/
+117
2019-11-26
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
7
-14
/
+14
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
9
-24
/
+24
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
11
-36
/
+36
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
22
-244
/
+185
2019-11-26
perf map: Remove unused functions
Arnaldo Carvalho de Melo
2
-27
/
+8
2019-11-26
perf map: Remove needless struct forward declarations
Arnaldo Carvalho de Melo
1
-3
/
+0
2019-11-26
perf map: Ditch leftover map__reloc_vmlinux() prototype
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-11-26
perf script: Move map__fprintf_srccode() to near its only user
Arnaldo Carvalho de Melo
2
-50
/
+0
2019-11-22
perf parse: Fix potential memory leak when handling tracepoint errors
Ian Rogers
1
-4
/
+5
2019-11-22
perf probe: Fix spelling mistake "addrees" -> "address"
Colin Ian King
1
-1
/
+1
2019-11-22
perf intel-pt: Add support for decoding AUX area samples
Adrian Hunter
1
-3
/
+106
2019-11-22
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
5
-1
/
+56
2019-11-22
perf auxtrace: Add support for queuing AUX area samples
Adrian Hunter
2
-0
/
+122
2019-11-22
perf session: Add facility to peek at all events
Adrian Hunter
2
-0
/
+33
2019-11-22
perf auxtrace: Add support for dumping AUX area samples
Adrian Hunter
3
-2
/
+28
2019-11-22
perf record: Add aux-sample-size config term
Adrian Hunter
6
-1
/
+118
2019-11-22
perf auxtrace: Add support for AUX area sample recording
Adrian Hunter
4
-0
/
+127
2019-11-22
perf auxtrace: Move perf_evsel__find_pmu()
Adrian Hunter
1
-12
/
+12
2019-11-22
perf record: Add a function to test for kernel support for AUX area sampling
Adrian Hunter
2
-0
/
+32
2019-11-21
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
5
-1
/
+34
2019-11-19
perf report: Jump to symbol source view from total cycles view
Jin Yao
3
-5
/
+11
2019-11-19
perf util: Move block TUI function to ui browsers
Jin Yao
2
-64
/
+13
2019-11-19
perf session: Fix decompression of PERF_RECORD_COMPRESSED records
Alexey Budankov
1
-17
/
+27
2019-11-19
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
9
-63
/
+117
2019-11-19
perf dsos: Remove unused dsos__find() method
Arnaldo Carvalho de Melo
2
-10
/
+0
2019-11-19
perf map: Move comparision of map's dso_id to a separate function
Arnaldo Carvalho de Melo
3
-12
/
+31
2019-11-19
perf map: Pass a dso_id to map__new()
Arnaldo Carvalho de Melo
3
-15
/
+16
2019-11-19
perf map: Move maj/min/ino/ino_generation to separate struct
Arnaldo Carvalho de Melo
3
-19
/
+27
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
3
-22
/
+62
[next]