summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-07-11perf jevents: If the long_desc and desc are identical then drop the long_descIan Rogers1-2/+1
2025-07-11perf expr: Accumulate rather than replace in the context countsIan Rogers1-1/+5
2025-07-11perf stat: Move metric list from config to evlistIan Rogers10-59/+48
2025-07-11perf metricgroup: Factor out for-each function and move out printingIan Rogers4-214/+165
2025-07-11perf pmu: Tolerate failure to read the type for wellknown PMUsIan Rogers1-2/+32
2025-07-11perf spark: Fix includes and add SPDXIan Rogers2-5/+4
2025-07-11perf parse-events: Minor tidy up of event_type helperIan Rogers2-19/+14
2025-07-11perf hwmon_pmu: Avoid shortening hwmon PMU nameIan Rogers1-1/+1
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2-0/+13
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers1-1/+14
2025-07-02perf dso: With ref count checking, avoid dso_data holding dso liveIan Rogers1-0/+4
2025-07-02perf hwmon_pmu: Hold path rather than fdIan Rogers4-14/+32
2025-07-02perf dso: Add missed dso__put to dso__load_kcoreIan Rogers1-0/+1
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers1-1/+1
2025-06-30perf build: Specify shellcheck should use bashCollin Funk1-1/+1
2025-06-30perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"Colin Ian King1-3/+3
2025-06-27perf stat: Fix uncore aggregation numberChun-Tse Shao2-18/+18
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim1-1/+1
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim3-0/+10
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 Biggers3-0/+104
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon2-0/+111
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 Kim4-2/+207
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 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 Rogers2-11/+58
2025-06-24perf unwind-libdw: skip non-regular filesSergei Trofimovich1-2/+5
2025-06-24perf srcline: Lower verbosity on addr2line debug messagesIan Rogers1-5/+5
2025-06-22Merge tag 'v6.16-rc3' into perf-tools-nextNamhyung Kim2-0/+5
2025-06-20perf test: add test for BPF metadata collectionBlake Jones1-0/+17
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones5-1/+42
2025-06-20perf record: collect BPF metadata from new programsBlake Jones6-1/+74
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones2-0/+344
2025-06-20perf header: remove unecessary core id testAnubhav Shelat1-16/+0
2025-06-20perf parse-events: Set default GH modifier properlyNamhyung Kim1-3/+8
2025-06-20perf test: Expand user space event reading (rdpmc) testsIan Rogers2-0/+20
2025-06-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo1-0/+4
2025-06-11perf thread: Ensure comm_lock held for comm_listIan Rogers3-8/+29
2025-06-09perf script: perf script tests fails with segfaultAditya Bodkhe2-4/+9
2025-06-09perf thread_map: Remove uid optionsIan Rogers4-39/+11
2025-06-09perf target: Remove uid from targetIan Rogers4-59/+4
2025-06-09perf top: Switch user option to use BPF filterIan Rogers2-2/+3
2025-06-09perf parse-events: Add parse_uid_filter helperIan Rogers2-1/+34
2025-06-09perf target: Separate parse_uid into its own functionIan Rogers2-11/+14