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.17.y
linux-6.18.y
linux-6.19.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-7.0.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-02-08
perf test: Skip syscall enum test if no landlock syscall
Namhyung Kim
1
-2
/
+6
2025-02-08
perf trace: Fix runtime error of index out of bounds
Howard Chu
1
-1
/
+5
2025-02-08
perf annotate: Use an array for the disassembler preference
Ian Rogers
3
-78
/
+96
2025-02-08
perf trace: Fix BPF loading failure (-E2BIG)
Howard Chu
1
-7
/
+4
2025-02-08
perf lock: Fix parse_lock_type which only retrieve one lock flag
Chun-Tse Shao
1
-25
/
+41
2025-02-08
perf inject: Fix use without initialization of local variables
Ian Rogers
1
-4
/
+4
2025-02-08
perf test stat: Avoid hybrid assumption when virtualized
Ian Rogers
1
-1
/
+5
2025-02-08
perf report: Fix misleading help message about --demangle
Jiachen Zhang
1
-1
/
+1
2025-02-08
perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarball
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-02-08
perf symbol: Prefer non-label symbols with same address
Namhyung Kim
1
-1
/
+8
2025-02-08
perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool
Arnaldo Carvalho de Melo
2
-2
/
+2
2025-02-08
perf namespaces: Introduce nsinfo__set_in_pidns()
Arnaldo Carvalho de Melo
2
-0
/
+6
2025-02-08
perf machine: Don't ignore _etext when not a text symbol
Christophe Leroy
1
-1
/
+1
2025-02-08
perf maps: Fix display of kernel symbols
Christophe Leroy
1
-1
/
+6
2025-02-08
perf top: Don't complain about lack of vmlinux when not resolving some kernel...
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-02-08
perf stat: Fix trailing comma when there is no metric unit
James Clark
2
-87
/
+104
2025-02-08
perf expr: Initialize is_test value in expr__ctx_new()
Levi Yun
1
-4
/
+1
2025-02-08
perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()
Zhongqiu Han
3
-5
/
+15
2025-02-08
perf header: Fix one memory leakage in process_bpf_prog_info()
Zhongqiu Han
3
-4
/
+8
2025-02-08
perf header: Fix one memory leakage in process_bpf_btf()
Zhongqiu Han
1
-1
/
+2
2025-02-08
tools features: Don't check for libunwind devel files by default
Arnaldo Carvalho de Melo
1
-34
/
+49
2024-12-12
perf probe: Fix uninitialized variable
James Clark
1
-1
/
+1
2024-12-11
perf test expr: Fix system_tsc_freq for only x86
Ian Rogers
1
-7
/
+12
2024-12-10
perf test hwmon_pmu: Fix event file location
Ian Rogers
1
-11
/
+18
2024-12-10
perf hwmon_pmu: Use openat rather than dup to refresh directory
Ian Rogers
1
-4
/
+11
2024-12-10
perf ftrace: Fix undefined behavior in cmp_profile_data()
Kuan-Wei Chiu
1
-1
/
+2
2024-12-06
perf tools: Fix precise_ip fallback logic
Namhyung Kim
1
-3
/
+3
2024-12-05
perf tools: Fix build error on generated/fs_at_flags_array.c
Namhyung Kim
1
-1
/
+2
2024-12-05
tools headers: Sync uapi/linux/prctl.h with the kernel sources
Namhyung Kim
1
-1
/
+26
2024-12-05
tools headers: Sync uapi/linux/mount.h with the kernel sources
Namhyung Kim
1
-2
/
+12
2024-12-05
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
Namhyung Kim
1
-4
/
+1
2024-12-05
tools headers: Sync *xattrat syscall changes with the kernel sources
Namhyung Kim
5
-0
/
+20
2024-12-03
perf machine: Initialize machine->env to address a segfault
Arnaldo Carvalho de Melo
1
-0
/
+2
2024-12-02
perf test: Don't signal all processes on system when interrupting tests
James Clark
1
-1
/
+1
2024-12-02
perf tools: Fix build-id event recording
Namhyung Kim
1
-2
/
+2
2024-11-27
Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
323
-4032
/
+9269
2024-11-23
perf tests: Fix hwmon parsing with PMU name test
Ian Rogers
2
-8
/
+13
2024-11-23
perf hwmon_pmu: Ensure hwmon key union is zeroed before use
Ian Rogers
1
-4
/
+5
2024-11-23
perf tests hwmon_pmu: Remove double evlist__delete()
Arnaldo Carvalho de Melo
1
-2
/
+0
2024-11-23
perf/test: fix perf ftrace test on s390
Thomas Richter
1
-1
/
+1
2024-11-23
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
1
-1
/
+1
2024-11-23
perf test: Correct hwmon test PMU detection
Ian Rogers
1
-1
/
+2
2024-11-16
perf: Remove unused del_perf_probe_events()
Dr. David Alan Gilbert
4
-57
/
+0
2024-11-16
perf pmu: Move pmu_metrics_table__find and remove ARM override
Ian Rogers
6
-39
/
+9
2024-11-16
perf jevents: Add map_for_cpu()
Ian Rogers
2
-14
/
+26
2024-11-16
perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
Ian Rogers
15
-67
/
+57
2024-11-16
perf header: Avoid transitive PMU includes
Ian Rogers
3
-0
/
+4
2024-11-16
perf arm64 header: Use cpu argument in get_cpuid
Ian Rogers
2
-33
/
+31
2024-11-16
perf header: Refactor get_cpuid to take a CPU for ARM
Ian Rogers
11
-14
/
+19
2024-11-16
perf header: Move is_cpu_online to numa bench
Ian Rogers
3
-52
/
+53
[next]