index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf python: Autodetect python3 binary
James Clark
2020-10-13
1
-6
/
+9
|
*
perf tests: Show python test script in verbose mode
Arnaldo Carvalho de Melo
2020-10-13
1
-0
/
+1
|
*
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
2020-10-13
1
-1
/
+1
|
*
perf trace: Fix off by ones in memset() after realloc() in arches using libaudit
Jiri Slaby
2020-10-13
1
-1
/
+5
|
*
perf c2c: Update usage for showing memory events
Leo Yan
2020-10-13
1
-1
/
+1
|
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2020-10-13
3
-23
/
+62
|
|
\
|
|
*
perf python scripting: Fix printable strings in python3 scripts
Jiri Olsa
2020-10-01
1
-1
/
+1
|
|
*
perf metricgroup: Fix uncore metric expressions
Ian Rogers
2020-09-17
1
-19
/
+56
|
|
*
perf parse-event: Release cpu_map refcount if evsel alloc failed
Namhyung Kim
2020-09-17
1
-1
/
+3
|
|
*
perf parse-event: Fix cpu map refcounting
Namhyung Kim
2020-09-17
1
-2
/
+2
|
*
|
perf sched: Show start of latency as well
Joel Fernandes (Google)
2020-10-13
1
-10
/
+14
|
*
|
perf vendor events: Fix typos in power8 PMU events
Sandipan Das
2020-10-13
5
-25
/
+25
|
*
|
perf bench: Run inject-build-id with --buildid-all option too
Namhyung Kim
2020-10-13
1
-19
/
+35
|
*
|
perf inject: Add --buildid-all option
Namhyung Kim
2020-10-13
2
-6
/
+113
|
*
|
perf inject: Do not load map/dso when injecting build-id
Namhyung Kim
2020-10-13
3
-37
/
+27
|
*
|
perf inject: Enter namespace when reading build-id
Namhyung Kim
2020-10-13
1
-2
/
+6
|
*
|
perf inject: Add missing callbacks in perf_tool
Namhyung Kim
2020-10-13
1
-5
/
+31
|
*
|
perf bench: Add build-id injection benchmark
Namhyung Kim
2020-10-13
6
-5
/
+471
|
*
|
perf trace: Use the autogenerated mmap 'prot' string/id table
Arnaldo Carvalho de Melo
2020-10-01
2
-27
/
+24
|
*
|
tools beauty: Add script to generate table of mmap's 'prot' argument
Arnaldo Carvalho de Melo
2020-10-01
1
-0
/
+30
|
*
|
perf beauty mmap_flags: Conditionaly define the mmap flags
Arnaldo Carvalho de Melo
2020-09-30
1
-8
/
+8
|
*
|
perf trace beauty: Add script to autogenerate mremap's flags args string/id t...
Arnaldo Carvalho de Melo
2020-09-29
3
-19
/
+39
|
*
|
perf tools: Separate the checking of headers only used to build beautificatio...
Arnaldo Carvalho de Melo
2020-09-29
1
-2
/
+20
|
*
|
perf test: Fix msan uninitialized use.
Ian Rogers
2020-09-28
1
-1
/
+1
|
*
|
perf parse-events: Reduce casts around bp_addr
Ian Rogers
2020-09-28
3
-7
/
+7
|
*
|
perf test: Add expand cgroup event test
Namhyung Kim
2020-09-28
4
-0
/
+247
|
*
|
perf tools: Allow creation of cgroup without open
Namhyung Kim
2020-09-28
3
-9
/
+14
|
*
|
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
2020-09-28
8
-3
/
+149
|
*
|
perf stat: Add --for-each-cgroup option
Namhyung Kim
2020-09-28
5
-1
/
+112
|
*
|
perf evsel: Add evsel__clone() function
Namhyung Kim
2020-09-28
2
-39
/
+158
|
*
|
perf vendor events: Update SkylakeX events to v1.21
Jin Yao
2020-09-28
10
-3565
/
+4129
|
*
|
perf vendor events intel: Update CascadelakeX events to v1.08
Jin Yao
2020-09-28
8
-995
/
+1067
|
*
|
perf script: Add min, max to futex-contention output, in addition to avg
Hagen Paul Pfeifer
2020-09-23
1
-2
/
+2
|
*
|
perf script: Autopep8 futex-contention
Hagen Paul Pfeifer
2020-09-23
1
-23
/
+28
|
*
|
perf stat: Skip duration_time in setup_system_wide
Jin Yao
2020-09-23
1
-1
/
+3
|
*
|
perf tsc: Support cap_user_time_short for event TIME_CONV
Leo Yan
2020-09-22
2
-5
/
+13
|
*
|
perf tsc: Calculate timestamp with cap_user_time_short
Leo Yan
2020-09-22
2
-3
/
+14
|
*
|
perf tsc: Add rdtsc() for Arm64
Leo Yan
2020-09-22
2
-0
/
+22
|
*
|
perf tsc: Move out common functions from x86
Leo Yan
2020-09-22
3
-80
/
+72
|
*
|
perf probe: Fall back to debuginfod query if debuginfo and source not found l...
Masami Hiramatsu
2020-09-18
3
-8
/
+118
|
*
|
perf probe: Fix to adjust symbol address with correct reloc_sym address
Masami Hiramatsu
2020-09-18
1
-3
/
+5
|
*
|
perf intel-pt: Fix "context_switch event has no tid" error
Adrian Hunter
2020-09-17
1
-4
/
+4
|
*
|
perf script: Display negative tid in non-sample events
Adrian Hunter
2020-09-17
2
-5
/
+7
|
*
|
perf docs: Improve help information in perf.txt
Zejiang Tang
2020-09-17
1
-22
/
+47
|
*
|
perf metric: Remove duplicate include
YueHaibing
2020-09-17
1
-2
/
+0
|
*
|
perf tools: Add documentation for topdown metrics
Andi Kleen
2020-09-17
1
-0
/
+256
|
*
|
perf stat: Support new per thread TopDown metrics
Andi Kleen
2020-09-17
5
-4
/
+134
|
*
|
perf record: Support sample-read topdown metric group
Kan Liang
2020-09-17
4
-1
/
+44
|
*
|
perf tools: Rename group to topdown
Kan Liang
2020-09-17
6
-54
/
+61
|
*
|
perf machine: Add machine__for_each_dso() function
Jiri Olsa
2020-09-17
2
-0
/
+16
[prev]
[next]