summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers1-1/+1
2025-07-02perf list: Add IBM z17 event descriptionsThomas Richter7-0/+2288
2025-07-01perf test: Add libsubcmd help testsNamhyung Kim4-0/+112
2025-07-01perf test: Check test suite description properlyNamhyung Kim1-2/+5
2025-07-01perf test: Add sched latency and script shell testsIan Rogers1-0/+93
2025-07-01perf test: Name the noploop processIan Rogers1-0/+2
2025-06-30perf build: Specify shellcheck should use bashCollin Funk7-6/+8
2025-06-30perf test annotate: Use --percent-limit rather than head to reduce outputIan Rogers1-7/+8
2025-06-30perf test: Add basic callgraph test to record testingIan Rogers1-0/+30
2025-06-30perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"Colin Ian King1-3/+3
2025-06-30perf test: perf header test fails on s390Thomas Richter1-2/+2
2025-06-27perf stat: Fix uncore aggregation numberChun-Tse Shao4-22/+24
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim1-1/+1
2025-06-26tools/perf: Add --exclude-buildids option to perf archive commandTianyou Li1-5/+30
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim4-3/+93
2025-06-26tools: Remove libcrypto dependencyYuzhuo Jing5-21/+1
2025-06-26perf genelf: Remove libcrypto dependency and use built-in sha1()Yuzhuo Jing1-82/+3
2025-06-26perf util: add a basic SHA-1 implementationEric Biggers4-1/+148
2025-06-26perf build: enable -fno-strict-aliasingEric Biggers1-0/+4
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon3-0/+119
2025-06-26perf tools: move perf_pmus__find_core_pmu() prototype to pmus.hThomas Falcon2-1/+1
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim5-141/+255
2025-06-26perf test: Change all remaining #!/bin/sh to #!/bin/bashJames Clark43-43/+43
2025-06-25perf header: Don't write empty BPF/BTF infoIan Rogers1-2/+8
2025-06-25perf header: Display message if BPF/BTF info is emptyIan Rogers1-0/+6
2025-06-25perf header: Allow tracing of attr eventsIan Rogers2-0/+9
2025-06-25perf header: In pipe mode dump features without --header/-IIan Rogers1-14/+8
2025-06-25perf tests: Add a DRM PMU testIan Rogers1-0/+78
2025-06-25perf drm_pmu: Add a tool like PMU to expose DRM informationIan Rogers7-5/+779
2025-06-25perf parse-events: Avoid scanning PMUs that can't contain eventsIan Rogers3-15/+97
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers4-13/+73
2025-06-24perf tools: Remove excess variable declarationsBhaskar Chowdhury1-6/+3
2025-06-24perf test: Replace grep perl regexp with awkChun-Tse Shao1-2/+3
2025-06-24perf trace: Add missed freeing of ordered events and threadIan Rogers1-5/+5
2025-06-24perf script: Add -e option to flamegraph scriptTianyou Li1-1/+14
2025-06-24perf script: Handle -i option for perf script flamegraphTianyou Li1-1/+7
2025-06-24perf trace: Show zero value in STRARRAYNamhyung Kim1-2/+4
2025-06-24perf unwind-libdw: skip non-regular filesSergei Trofimovich1-2/+5
2025-06-24perf build: The bfd features are opt-in, stop testing for them by defaultArnaldo Carvalho de Melo1-0/+5
2025-06-24perf build: Add the libpfm devel fedora package name to the hintArnaldo Carvalho de Melo1-1/+1
2025-06-24perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 oneArnaldo Carvalho de Melo1-1/+1
2025-06-24perf srcline: Lower verbosity on addr2line debug messagesIan Rogers1-5/+5
2025-06-22Merge tag 'v6.16-rc3' into perf-tools-nextNamhyung Kim13-24/+131
2025-06-20perf test: add test for BPF metadata collectionBlake Jones3-1/+95
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones7-3/+56
2025-06-20perf record: collect BPF metadata from new programsBlake Jones7-1/+84
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones2-0/+344
2025-06-20perf build: detect support for libbpf's emit_strings optionBlake Jones3-0/+10
2025-06-20perf header: remove unecessary core id testAnubhav Shelat1-16/+0
2025-06-20perf test: Add header shell testIan Rogers1-0/+74