summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-06-26perf util: add a basic SHA-1 implementationEric Biggers
2025-06-26perf build: enable -fno-strict-aliasingEric Biggers
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon
2025-06-26perf tools: move perf_pmus__find_core_pmu() prototype to pmus.hThomas Falcon
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim
2025-06-26perf test: Change all remaining #!/bin/sh to #!/bin/bashJames Clark
2025-06-25perf header: Don't write empty BPF/BTF infoIan Rogers
2025-06-25perf header: Display message if BPF/BTF info is emptyIan Rogers
2025-06-25perf header: Allow tracing of attr eventsIan Rogers
2025-06-25perf header: In pipe mode dump features without --header/-IIan Rogers
2025-06-25perf tests: Add a DRM PMU testIan Rogers
2025-06-25perf drm_pmu: Add a tool like PMU to expose DRM informationIan Rogers
2025-06-25perf parse-events: Avoid scanning PMUs that can't contain eventsIan Rogers
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers
2025-06-24perf tools: Remove excess variable declarationsBhaskar Chowdhury
2025-06-24perf test: Replace grep perl regexp with awkChun-Tse Shao
2025-06-24perf trace: Add missed freeing of ordered events and threadIan Rogers
2025-06-24perf script: Add -e option to flamegraph scriptTianyou Li
2025-06-24perf script: Handle -i option for perf script flamegraphTianyou Li
2025-06-24perf trace: Show zero value in STRARRAYNamhyung Kim
2025-06-24perf unwind-libdw: skip non-regular filesSergei Trofimovich
2025-06-24perf build: The bfd features are opt-in, stop testing for them by defaultArnaldo Carvalho de Melo
2025-06-24perf build: Add the libpfm devel fedora package name to the hintArnaldo Carvalho de Melo
2025-06-24perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 oneArnaldo Carvalho de Melo
2025-06-24perf srcline: Lower verbosity on addr2line debug messagesIan Rogers
2025-06-22Merge tag 'v6.16-rc3' into perf-tools-nextNamhyung Kim
2025-06-20perf test: add test for BPF metadata collectionBlake Jones
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones
2025-06-20perf record: collect BPF metadata from new programsBlake Jones
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones
2025-06-20perf build: detect support for libbpf's emit_strings optionBlake Jones
2025-06-20perf header: remove unecessary core id testAnubhav Shelat
2025-06-20perf test: Add header shell testIan Rogers
2025-06-20perf parse-events: Set default GH modifier properlyNamhyung Kim
2025-06-20perf test: Expand user space event reading (rdpmc) testsIan Rogers
2025-06-20perf vendor events arm64: Update FUJITSU-MONAKA pmu eventKotaro, Tokai
2025-06-17perf bench futex: Fix prctl include in musl libcArnaldo Carvalho de Melo
2025-06-17perf test: Directory file descriptor leakIan Rogers
2025-06-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
2025-06-17tools arch amd ibs: Sync ibs.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2025-06-16perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX ...Arnaldo Carvalho de Melo
2025-06-16perf mem: Document new output fields (op, cache, mem, dtlb, snoop)Namhyung Kim
2025-06-16tools headers: Update the fs headers with the kernel sourcesArnaldo Carvalho de Melo
2025-06-16perf test: Restrict uniquifying test to machines with 'uncore_imc'Chun-Tse Shao
2025-06-11perf thread: Ensure comm_lock held for comm_listIan Rogers
2025-06-09perf: Fix libjvmti.c sign compare errorYuzhuo Jing
2025-06-09perf script: perf script tests fails with segfaultAditya Bodkhe
2025-06-09perf test trace: Change the regex pattern in the struct testHoward Chu