index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
1
-1
/
+1
2025-03-31
Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
504
-9673
/
+39041
2025-03-25
perf bpf-filter: Fix a parsing error with comma
Namhyung Kim
2
-3
/
+3
2025-03-25
perf report: Fix a memory leak for perf_env on AMD
Namhyung Kim
1
-0
/
+2
2025-03-24
perf trace: Fix wrong size to bpf_map__update_elem call
Thomas Richter
1
-2
/
+4
2025-03-24
perf tools: annotate asm_pure_loop.S
Marcus Meissner
1
-0
/
+2
2025-03-24
perf python: Fix setup.py mypy errors
Ian Rogers
1
-2
/
+8
2025-03-24
perf test: Address attr.py mypy error
Ian Rogers
1
-7
/
+1
2025-03-24
perf build: Add pylint build tests
Ian Rogers
6
-2
/
+69
2025-03-24
perf build: Add mypy build tests
Ian Rogers
6
-2
/
+71
2025-03-24
perf build: Rename TEST_LOGS to SHELL_TEST_LOGS
Ian Rogers
7
-19
/
+19
2025-03-24
perf bench sched pipe: fix enforced blocking reads in worker_thread
Dirk Gouders
1
-11
/
+4
2025-03-24
perf tools: Fix is_compat_mode build break in ppc64
Likhitha Korrapati
1
-2
/
+2
2025-03-24
perf build: filter all combinations of -flto for libperl
Holger Hoffstätte
1
-1
/
+1
2025-03-21
perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation
Ilkka Koskinen
1
-5
/
+5
2025-03-21
perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by e...
Ilkka Koskinen
2
-2
/
+6
2025-03-21
perf trace: Fix evlist memory leak
Ian Rogers
1
-2
/
+6
2025-03-21
perf trace: Fix BTF memory leak
Ian Rogers
1
-0
/
+4
2025-03-21
perf trace: Make syscall table stable
Ian Rogers
1
-34
/
+53
2025-03-21
perf syscalltbl: Mask off ABI type for MIPS system calls
Ian Rogers
1
-0
/
+8
2025-03-21
perf build: Remove Makefile.syscalls
Ian Rogers
33
-242
/
+0
2025-03-21
perf syscalltbl: Use lookup table containing multiple architectures
Ian Rogers
1
-25
/
+64
2025-03-21
perf trace beauty: Add syscalltbl.sh generating all system call tables
Ian Rogers
2
-0
/
+283
2025-03-21
perf thread: Add support for reading the e_machine type for a thread
Ian Rogers
3
-22
/
+115
2025-03-21
perf dso: Add support for reading the e_machine type for a dso
Ian Rogers
3
-27
/
+92
2025-03-21
perf syscalltbl: Remove struct syscalltbl
Ian Rogers
4
-160
/
+117
2025-03-21
perf trace: Reorganize syscalls
Ian Rogers
1
-65
/
+132
2025-03-21
perf syscalltbl: Remove syscall_table.h
Ian Rogers
16
-67
/
+7
2025-03-21
perf dso: kernel-doc for enum dso_binary_type
Ian Rogers
1
-0
/
+57
2025-03-21
perf dso: Move libunwind dso_data variables into ifdef
Ian Rogers
1
-0
/
+2
2025-03-20
perf report: Disable children column for data type profiling
Namhyung Kim
1
-0
/
+3
2025-03-20
perf report: Allow hierarchy mode for --children
Namhyung Kim
1
-2
/
+0
2025-03-20
perf sort: Keep output fields in the same level
Namhyung Kim
1
-0
/
+44
2025-03-20
perf pmu: Handle memory failure in tool_pmu__new()
Thomas Richter
2
-1
/
+10
2025-03-20
perf: intel-tpebs: Fix incorrect usage of zfree()
James Clark
1
-1
/
+1
2025-03-20
perf cpumap: Increment reference count for online cpumap
Ian Rogers
7
-9
/
+15
2025-03-20
perf dso: fix dso__is_kallsyms() check
Stephen Brennan
1
-1
/
+3
2025-03-19
x86/cpufeatures: Remove {disabled,required}-features.h
Xin Li (Intel)
1
-2
/
+0
2025-03-19
perf kwork: Remove unreachable judgments
Feng Yang
1
-1
/
+1
2025-03-19
perf python: Check if there is space to copy all the event
Arnaldo Carvalho de Melo
1
-0
/
+5
2025-03-19
perf python: Don't keep a raw_data pointer to consumed ring buffer space
Arnaldo Carvalho de Melo
1
-3
/
+1
2025-03-19
perf python: Decrement the refcount of just created event on failure
Arnaldo Carvalho de Melo
1
-1
/
+5
2025-03-19
perf python tracepoint.py: Change the COMM using setproctitle if available
Arnaldo Carvalho de Melo
1
-0
/
+8
2025-03-19
perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
Arnaldo Carvalho de Melo
1
-7
/
+0
2025-03-19
perf python: Fixup description of sample.id event member
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-03-18
perf test dso-data: Correctly free test file in read test
Ian Rogers
1
-12
/
+12
2025-03-18
perf dso: Use lock annotations to fix asan deadlock
Ian Rogers
4
-43
/
+66
2025-03-18
perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNED
Ian Rogers
1
-0
/
+8
2025-03-15
perf test: Add pipe output testing for annotate
Ian Rogers
1
-16
/
+40
2025-03-15
perf test: Fixes to variable expansion and stdout for diff test
Ian Rogers
1
-6
/
+6
[next]