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-11-03
perf tools: Add missing swap for cgroup events
Namhyung Kim
1
-0
/
+13
2020-11-03
perf tools: Add missing swap for ino_generation
Jiri Olsa
1
-0
/
+1
2020-11-03
perf tools: Initialize output buffer in build_id__sprintf
Jiri Olsa
1
-0
/
+2
2020-11-03
perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()
Song Liu
1
-1
/
+1
2020-11-03
perf scripting python: Avoid declaring function pointers with a visibility at...
Arnaldo Carvalho de Melo
1
-5
/
+2
2020-11-03
perf tools: Remove broken __no_tail_call attribute
Peter Zijlstra
1
-5
/
+5
2020-11-03
perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKX
Jin Yao
2
-2
/
+2
2020-11-03
perf trace: Fix segfault when trying to trace events by cgroup
Stanislav Ivanichkin
1
-6
/
+9
2020-11-03
perf tools: Fix crash with non-jited bpf progs
Tommi Rantala
3
-1
/
+19
2020-11-03
tools headers UAPI: Update process_madvise affected files
Arnaldo Carvalho de Melo
1
-4
/
+7
2020-11-03
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
2
-0
/
+15
2020-11-03
perf tools: Remove LTO compiler options when building perl support
Justin M. Forbes
1
-0
/
+1
2020-10-17
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
152
-5589
/
+10318
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-15
/
+3
2020-10-15
perf c2c: Update documentation for metrics reorganization
Leo Yan
1
-16
/
+18
2020-10-15
perf c2c: Add metrics "RMT Load Hit"
Leo Yan
1
-50
/
+2
2020-10-15
perf c2c: Correct LLC load hit metrics
Leo Yan
1
-2
/
+2
2020-10-15
perf c2c: Change header for LLC local hit
Leo Yan
1
-1
/
+1
2020-10-15
perf c2c: Use more explicit headers for HITM
Leo Yan
1
-4
/
+4
2020-10-15
perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"
Leo Yan
1
-1
/
+1
2020-10-15
perf c2c: Organize metrics based on memory hierarchy
Leo Yan
1
-3
/
+3
2020-10-15
perf c2c: Display "Total Stores" as a standalone metrics
Leo Yan
1
-6
/
+7
2020-10-15
perf c2c: Display the total numbers continuously
Leo Yan
1
-2
/
+2
2020-10-14
perf bench: Use condition variables in numa.
Ian Rogers
1
-21
/
+46
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2020-10-14
perf jevents: Fix event code for events referencing std arch events
John Garry
1
-8
/
+3
2020-10-14
perf diff: Support hot streams comparison
Jin Yao
2
-13
/
+110
2020-10-14
perf streams: Report hot streams
Jin Yao
4
-0
/
+141
2020-10-14
perf streams: Calculate the sum of total streams hits
Jin Yao
4
-0
/
+38
2020-10-14
perf streams: Link stream pair
Jin Yao
2
-0
/
+44
2020-10-14
perf streams: Compare two streams
Jin Yao
2
-0
/
+58
2020-10-14
perf streams: Get the evsel_streams by evsel_idx
Jin Yao
2
-0
/
+16
2020-10-14
perf streams: Introduce branch history "streams"
Jin Yao
3
-0
/
+195
2020-10-14
perf intel-pt: Improve PT documentation slightly
Andi Kleen
1
-0
/
+30
2020-10-14
perf tools: Add support for exclusive groups/events
Andi Kleen
4
-4
/
+68
2020-10-14
perf test: Add build id shell test
Jiri Olsa
1
-0
/
+101
2020-10-14
perf tools: Align buildid list output for short build ids
Jiri Olsa
3
-4
/
+5
2020-10-14
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
2
-6
/
+12
2020-10-14
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
4
-6
/
+11
2020-10-14
perf tools: Pass build_id object to dso__set_build_id()
Jiri Olsa
5
-6
/
+8
2020-10-14
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
12
-35
/
+43
2020-10-14
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
6
-23
/
+16
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
11
-57
/
+60
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
15
-29
/
+34
2020-10-13
perf config: Export the perf_config_from_file() function
Arnaldo Carvalho de Melo
2
-1
/
+3
2020-10-13
perf python: Autodetect python3 binary
James Clark
1
-6
/
+9
2020-10-13
perf tests: Show python test script in verbose mode
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-10-13
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
1
-1
/
+1
2020-10-13
perf trace: Fix off by ones in memset() after realloc() in arches using libaudit
Jiri Slaby
1
-1
/
+5
2020-10-13
perf c2c: Update usage for showing memory events
Leo Yan
1
-1
/
+1
[next]