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 maps: Move symbol maps functions to maps.c
Ian Rogers
2023-12-06
4
-249
/
+250
|
*
|
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
2023-12-06
5
-68
/
+50
|
*
|
perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...
Ian Rogers
2023-12-06
1
-0
/
+7
|
*
|
perf symbols: Parse NOTE segments until the build id is found
Chengen Du
2023-12-06
1
-4
/
+6
|
*
|
perf record: Be lazier in allocating lost samples buffer
Ian Rogers
2023-12-06
1
-10
/
+19
|
*
|
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
2023-12-06
5
-12
/
+15
|
*
|
perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...
Colin Ian King
2023-12-05
1
-1
/
+1
|
*
|
perf test: Add basic 'perf diff' test
Ian Rogers
2023-12-05
1
-0
/
+101
|
*
|
perf mem: Fix error on hybrid related to availability of mem event in a PMU
Kan Liang
2023-12-05
1
-11
/
+14
|
*
|
perf vendor events powerpc: Update datasource event name to fix duplicate events
Athira Rajeev
2023-12-05
1
-4
/
+14
|
*
|
perf test: Add basic 'perf list --json" test
Ian Rogers
2023-12-05
1
-0
/
+19
|
*
|
perf test: Use common python setup library
Ian Rogers
2023-12-05
4
-33
/
+26
|
*
|
perf build: Shellcheck support for OUTPUT directory
Ian Rogers
2023-12-05
4
-42
/
+27
|
*
|
perf vendor events arm64 AmpereOneX: Add core PMU events and metrics
Ilkka Koskinen
2023-12-05
13
-0
/
+1713
|
*
|
perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...
Ilkka Koskinen
2023-12-05
1
-1
/
+1
|
*
|
perf test record user-regs: Fix mask for vg register
Veronika Molnarova
2023-12-04
2
-2
/
+2
|
*
|
perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
2023-12-04
4
-7
/
+12
|
*
|
perf env: Introduce perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
2023-12-04
3
-4
/
+15
|
*
|
perf beauty: Don't use 'find ... -printf' as it isn't available in busybox
Arnaldo Carvalho de Melo
2023-12-03
1
-1
/
+3
|
*
|
perf docs: Fix man page formatting for 'perf lock'
Nick Forrington
2023-12-03
1
-1
/
+1
|
*
|
perf test record+probe_libc_inet_pton: Fix call chain match on powerpc
Likhitha Korrapati
2023-11-29
1
-1
/
+4
|
*
|
perf tests sigtrap: Skip if running on a kernel with sleepable spinlocks
Arnaldo Carvalho de Melo
2023-11-29
1
-2
/
+44
|
*
|
perf test sigtrap: Generalize the BTF routine to reuse it in this test
Arnaldo Carvalho de Melo
2023-11-29
1
-20
/
+40
|
*
|
perf mmap: Lazily initialize zstd streams to save memory when not using it
Ian Rogers
2023-11-28
5
-43
/
+59
|
*
|
perf dwarf-aux: Add die_find_variable_by_addr()
Namhyung Kim
2023-11-28
2
-0
/
+93
|
*
|
perf tools: Add --debug-file option to redirect debug output
Yang Jihong
2023-11-28
2
-0
/
+33
|
*
|
perf annotate: Check if operand has multiple regs
Namhyung Kim
2023-11-27
2
-0
/
+38
|
*
|
perf test: Use existing config value for objdump path
James Clark
2023-11-27
2
-7
/
+3
|
*
|
perf vendor events riscv: add T-HEAD C9xx JSON file
Inochi Amaoto
2023-11-27
5
-0
/
+288
|
*
|
perf vendor events: Add skx, clx, icx and spr upi bandwidth metric
Ian Rogers
2023-11-27
4
-0
/
+24
|
*
|
perf tests: Skip data symbol test if buf1 symbol is missing
Adrian Hunter
2023-11-27
1
-0
/
+5
|
*
|
perf tests: Make data symbol test wait for perf to start
Adrian Hunter
2023-11-27
1
-2
/
+9
|
*
|
perf tests: Skip branch stack sampling test if brstack_bench symbol is missing
Adrian Hunter
2023-11-27
1
-0
/
+6
|
*
|
perf tests: Skip Arm64 callgraphs test if leafloop symbol is missing
Adrian Hunter
2023-11-27
1
-0
/
+6
|
*
|
perf tests: Skip record test if test_loop symbol is missing
Adrian Hunter
2023-11-27
1
-1
/
+7
|
*
|
perf tests: Skip pipe test if noploop symbol is missing
Adrian Hunter
2023-11-27
1
-1
/
+8
|
*
|
perf tests lib: Add perf_has_symbol.sh
Adrian Hunter
2023-11-27
1
-0
/
+21
|
*
|
perf header: Fix segfault on build_mem_topology() error path
Adrian Hunter
2023-11-27
1
-1
/
+3
|
*
|
perf report: Remove warning on missing raw data for s390
Thomas Richter
2023-11-27
1
-4
/
+5
|
*
|
perf tools: Add perf binary dependent rule for shellcheck log in Makefile.perf
Athira Rajeev
2023-11-27
2
-1
/
+42
|
*
|
perf vendor events riscv: Add StarFive Dubhe-90 JSON file
Ji Sheng Teoh
2023-11-27
1
-1
/
+1
|
*
|
perf tests coresight: Remove unused variables
zhujun2
2023-11-27
3
-3
/
+0
|
*
|
perf lock: Fix a memory leak on an error path
zhaimingbing
2023-11-27
1
-1
/
+3
|
*
|
perf parse-events: Make legacy events lower priority than sysfs/JSON
Ian Rogers
2023-11-27
4
-88
/
+231
|
*
|
perf cs-etm: Enable itrace option 'T'
Leo Yan
2023-11-27
1
-3
/
+18
|
*
|
perf auxtrace: Add 'T' itrace option for timestamp trace
Leo Yan
2023-11-27
3
-0
/
+7
|
*
|
perf test: Basic branch counter support
Kan Liang
2023-11-27
1
-0
/
+30
|
*
|
perf script perl: Fail check on dynamic allocation
zhaimingbing
2023-11-27
1
-0
/
+3
|
*
|
perf script python: Fail check on dynamic allocation
Paran Lee
2023-11-27
1
-2
/
+15
|
*
|
perf test: Remove atomics from test_loop to avoid test failures
Nick Forrington
2023-11-27
1
-3
/
+1
[prev]
[next]