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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-6
/
+6
2020-01-20
perf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
6
-6
/
+6
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-20
perf report: Fix incorrectly added dimensions as switch perf data file
Jin Yao
1
-1
/
+4
2019-12-16
perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES description
Ed Maste
1
-1
/
+1
2019-12-16
perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITES
Ed Maste
1
-1
/
+1
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/x86/pmu-events: Fix Kernel_Utilization metric
Ravi Bangoria
12
-12
/
+12
2019-12-11
perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYS
Arnaldo Carvalho de Melo
1
-3
/
+7
2019-12-11
perf arch: Make the default get_cpuid() return compatible error
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-12-11
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-12-04
perf inject: Fix processing of ID index for injected instruction tracing
Adrian Hunter
1
-12
/
+1
2019-12-04
perf report: Bail out --mem-mode if mem info is not available
Ravi Bangoria
1
-0
/
+8
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2019-12-02
perf kvm: Clarify the 'perf kvm' -i and -o command line options
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-12-02
perf beauty: Add CLEAR_SIGHAND support for clone's flags arg
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-12-02
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
5
-13
/
+96
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
5
-46
/
+57
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
4
-14
/
+52
2019-11-29
perf stat: Use affinity for reading
Andi Kleen
2
-41
/
+57
2019-11-29
perf stat: Use affinity for opening events
Andi Kleen
9
-34
/
+141
2019-11-29
perf stat: Factor out open error handling
Andi Kleen
1
-40
/
+60
2019-11-29
perf stat: Use affinity for closing file descriptors
Andi Kleen
1
-2
/
+29
2019-11-29
perf evsel: Add functions to close evsel on a CPU
Andi Kleen
2
-6
/
+22
2019-11-29
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
4
-0
/
+42
2019-11-29
perf evlist: Maintain evlist->all_cpus
Andi Kleen
7
-0
/
+83
2019-11-29
perf cpumap: Maintain cpumaps ordered and without dups
Andi Kleen
1
-1
/
+15
2019-11-28
perf script: Fix invalid LBR/binary mismatch error
Adrian Hunter
1
-1
/
+1
2019-11-28
perf script: Fix brstackinsn for AUXTRACE
Adrian Hunter
1
-1
/
+1
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-28
perf diff: Use llabs() with 64-bit values
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-28
perf diff: Use llabs() with 64-bit values
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-27
libbpf: Fix up generation of bpf_helper_defs.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-11-26
perf tools: Allow to link with libbpf dynamicaly
Jiri Olsa
2
-1
/
+15
2019-11-26
perf tests: Rename tests/map_groups.c to tests/maps.c
Arnaldo Carvalho de Melo
4
-5
/
+5
2019-11-26
perf tests: Rename thread-mg-share to thread-maps-share
Arnaldo Carvalho de Melo
4
-15
/
+15
2019-11-26
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
11
-13
/
+13
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
10
-140
/
+135
2019-11-26
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
9
-16
/
+16
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
19
-49
/
+49
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
33
-275
/
+209
[next]