summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2025-07-03perf test: Add more test cases to sched testNamhyung Kim-8/+31
2025-07-03perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim-3/+24
2025-07-03perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim-1/+1
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim-0/+25
2025-07-03perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim-11/+37
2025-07-03perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim-11/+20
2025-07-03perf sched: Free thread->priv using priv_destructorNamhyung Kim-0/+2
2025-07-03perf sched: Make sure it frees the usage stringNamhyung Kim-12/+13
2025-07-03perf tests make: Add NO_LIBDW=1 to minimal and add standalone testIan Rogers-1/+3
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers-2/+15
2025-07-02perf test: In forked mode add check that fds aren't leakedIan Rogers-0/+69
2025-07-02perf dso: With ref count checking, avoid dso_data holding dso liveIan Rogers-0/+4
2025-07-02perf hwmon_pmu: Hold path rather than fdIan Rogers-19/+38
2025-07-02perf test code-reading: Avoid a leak of cpus and threadsIan Rogers-7/+0
2025-07-02perf dso: Add missed dso__put to dso__load_kcoreIan Rogers-0/+1
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers-1/+1
2025-07-02perf list: Add IBM z17 event descriptionsThomas Richter-0/+2288
2025-07-01perf test: Add libsubcmd help testsNamhyung Kim-0/+112
2025-07-01perf test: Check test suite description properlyNamhyung Kim-2/+5
2025-07-01perf test: Add sched latency and script shell testsIan Rogers-0/+93
2025-07-01perf test: Name the noploop processIan Rogers-0/+2
2025-06-30perf build: Specify shellcheck should use bashCollin Funk-6/+8
2025-06-30perf test annotate: Use --percent-limit rather than head to reduce outputIan Rogers-7/+8
2025-06-30perf test: Add basic callgraph test to record testingIan Rogers-0/+30
2025-06-30perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"Colin Ian King-3/+3
2025-06-30perf test: perf header test fails on s390Thomas Richter-2/+2
2025-06-27perf stat: Fix uncore aggregation numberChun-Tse Shao-22/+24
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim-1/+1
2025-06-26tools/perf: Add --exclude-buildids option to perf archive commandTianyou Li-5/+30
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim-3/+93
2025-06-26tools: Remove libcrypto dependencyYuzhuo Jing-21/+1
2025-06-26perf genelf: Remove libcrypto dependency and use built-in sha1()Yuzhuo Jing-82/+3
2025-06-26perf util: add a basic SHA-1 implementationEric Biggers-1/+148
2025-06-26perf build: enable -fno-strict-aliasingEric Biggers-0/+4
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon-0/+119
2025-06-26perf tools: move perf_pmus__find_core_pmu() prototype to pmus.hThomas Falcon-1/+1
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim-141/+255
2025-06-26perf test: Change all remaining #!/bin/sh to #!/bin/bashJames Clark-43/+43
2025-06-25perf header: Don't write empty BPF/BTF infoIan Rogers-2/+8
2025-06-25perf header: Display message if BPF/BTF info is emptyIan Rogers-0/+6
2025-06-25perf header: Allow tracing of attr eventsIan Rogers-0/+9
2025-06-25perf header: In pipe mode dump features without --header/-IIan Rogers-14/+8
2025-06-25perf tests: Add a DRM PMU testIan Rogers-0/+78
2025-06-25perf drm_pmu: Add a tool like PMU to expose DRM informationIan Rogers-5/+779
2025-06-25perf parse-events: Avoid scanning PMUs that can't contain eventsIan Rogers-15/+97
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers-13/+73
2025-06-24perf tools: Remove excess variable declarationsBhaskar Chowdhury-6/+3
2025-06-24perf test: Replace grep perl regexp with awkChun-Tse Shao-2/+3
2025-06-24perf trace: Add missed freeing of ordered events and threadIan Rogers-5/+5
2025-06-24perf script: Add -e option to flamegraph scriptTianyou Li-1/+14