index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Lines
2025-10-01
perf test: Add syscall and address tests to brstack test
James Clark
-1
/
+60
2025-10-01
perf test: Refactor brstack test
James Clark
-8
/
+13
2025-10-01
perf bpf_counter: Fix handling of cpumap fixing hybrid
Ian Rogers
-17
/
+12
2025-10-01
perf bpf_counter: Move header declarations into C code
Ian Rogers
-70
/
+69
2025-10-01
perf annotate: Use architecture-agnostic register limit
Suchit Karunakaran
-5
/
+8
2025-10-01
perf script: Enable to present DTL entries
Athira Rajeev
-0
/
+33
2025-10-01
perf powerpc: Process the DTL entries in queue and deliver samples
Athira Rajeev
-0
/
+175
2025-10-01
perf powerpc: Allocate and setup aux buffer queue to help co-relate with othe...
Athira Rajeev
-4
/
+223
2025-10-01
perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DT...
Athira Rajeev
-0
/
+77
2025-10-01
perf powerpc: Process auxtrace events and display in 'perf report -D'
Athira Rajeev
-0
/
+291
2025-10-01
perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc
Athira Rajeev
-0
/
+122
2025-10-01
perf sched: Avoid union type punning undefined behavior
Ian Rogers
-15
/
+4
2025-10-01
perf test perftool_testsuite: Use absolute paths
Veronika Molnarova
-84
/
+202
2025-10-01
perf tools: Fix duplicated words in documentation and comments
Markus Heidelberg
-3
/
+3
2025-09-30
Merge tag 'x86_misc_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2025-09-30
perf vendor events intel: Update sierraforest events to v1.12
Ian Rogers
-44
/
+133
2025-09-30
perf vendor events intel: Update sapphirerapids events to v1.35
Ian Rogers
-3
/
+109
2025-09-30
perf vendor events intel: Update pantherlake events to v1.00
Ian Rogers
-47
/
+3932
2025-09-30
perf vendor events intel: Update meteorlake events to v1.17
Ian Rogers
-1
/
+37
2025-09-30
perf vendor events intel: Update lunarlake events to v1.18
Ian Rogers
-10
/
+46
2025-09-30
perf vendor events intel: Update graniterapids events to v1.15
Ian Rogers
-2
/
+122
2025-09-30
perf vendor events intel: Update grandridge events to v1.10
Ian Rogers
-11
/
+11
2025-09-30
perf vendor events intel: Update emeraldrapids events to v1.20
Ian Rogers
-3
/
+109
2025-09-30
perf vendor events intel: Update arrowlake events to v1.13
Ian Rogers
-10
/
+46
2025-09-30
perf vendor events intel: Update alderlake events to v1.34
Ian Rogers
-2
/
+38
2025-09-30
perf bpf: Check libbpf version to use btf_dump_type_data_opts.emit_strings
Arnaldo Carvalho de Melo
-0
/
+2
2025-09-30
perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.h
Arnaldo Carvalho de Melo
-4
/
+6
2025-09-30
perf bpf-filter: Fix opts declaration on older libbpfs
Ian Rogers
-0
/
+8
2025-09-29
Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
-1
/
+1
2025-09-19
perf build-id: Ensure snprintf string is empty when size is 0
Ian Rogers
-0
/
+7
2025-09-19
perf evsel: Ensure the fallback message is always written to
Ian Rogers
-5
/
+7
2025-09-19
perf test: Avoid uncore_imc/clockticks in uniquification test
Ian Rogers
-60
/
+49
2025-09-19
perf evsel: Fix uniquification when PMU given without suffix
Ian Rogers
-10
/
+18
2025-09-19
perf test: Don't leak workload gopipe in PERF_RECORD_*
Ian Rogers
-0
/
+4
2025-09-19
tools build: Make libperl opt-in rather than opt-out, deprecate
Ian Rogers
-16
/
+10
2025-09-19
perf session: Fix handling when buffer exceeds 2 GiB
Leo Yan
-1
/
+1
2025-09-19
perf bench mem: Add mmap() workloads
Ankur Arora
-0
/
+132
2025-09-19
perf bench mem: Refactor mem_options
Ankur Arora
-6
/
+13
2025-09-19
perf bench mem: Allow chunking on a memory region
Ankur Arora
-2
/
+28
2025-09-19
perf bench mem: Allow mapping of hugepages
Ankur Arora
-6
/
+41
2025-09-19
perf bench mem: Switch from zalloc() to mmap()
Ankur Arora
-5
/
+22
2025-09-19
perf bench mem: Pull out init/fini logic
Ankur Arora
-34
/
+81
2025-09-19
perf bench mem: Move mem op parameters into a structure
Ankur Arora
-28
/
+34
2025-09-19
perf bench mem: Defer type munging of size to float
Ankur Arora
-7
/
+7
2025-09-19
perf bench mem: Remove repetition around time measurement
Ankur Arora
-64
/
+46
2025-09-19
perf trace: Fix IS_ERR() vs NULL check bug
Fushuai Wang
-2
/
+2
2025-09-19
perf test attr: Add missing int_mist.uop_dropping event to test-stat files
Trevor Allison
-0
/
+28
2025-09-19
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
-5
/
+11
2025-09-19
perf test shell lbr: Avoid failures with perf event paranoia
Ian Rogers
-6
/
+20
[prev]
[next]