summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu
2025-02-08perf annotate: Use an array for the disassembler preferenceIan Rogers
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao
2025-02-08perf inject: Fix use without initialization of local variablesIan Rogers
2025-02-08perf test stat: Avoid hybrid assumption when virtualizedIan Rogers
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang
2025-02-08perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarballArnaldo Carvalho de Melo
2025-02-08perf symbol: Prefer non-label symbols with same addressNamhyung Kim
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-02-08perf maps: Fix display of kernel symbolsChristophe Leroy
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2025-02-08perf stat: Fix trailing comma when there is no metric unitJames Clark
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2025-02-08tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo
2024-12-11perf probe: Fix uninitialized variableJames Clark
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim
2024-12-04perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers
2024-11-22perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers
2024-11-22perf tests hwmon_pmu: Remove double evlist__delete()Arnaldo Carvalho de Melo
2024-11-22perf/test: fix perf ftrace test on s390Thomas Richter
2024-11-22perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge
2024-11-22perf test: Correct hwmon test PMU detectionIan Rogers
2024-11-16perf: Remove unused del_perf_probe_events()Dr. David Alan Gilbert
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers
2024-11-16perf jevents: Add map_for_cpu()Ian Rogers
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers
2024-11-16perf header: Avoid transitive PMU includesIan Rogers
2024-11-16perf arm64 header: Use cpu argument in get_cpuidIan Rogers
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers