summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-07-11perf pmu: Tolerate failure to read the type for wellknown PMUsIan Rogers
2025-07-11perf spark: Fix includes and add SPDXIan Rogers
2025-07-11perf parse-events: Minor tidy up of event_type helperIan Rogers
2025-07-11perf hwmon_pmu: Avoid shortening hwmon PMU nameIan Rogers
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers
2025-07-02perf dso: With ref count checking, avoid dso_data holding dso liveIan Rogers
2025-07-02perf hwmon_pmu: Hold path rather than fdIan Rogers
2025-07-02perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers
2025-06-30perf build: Specify shellcheck should use bashCollin Funk
2025-06-30perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"Colin Ian King
2025-06-27perf stat: Fix uncore aggregation numberChun-Tse Shao
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim
2025-06-26perf genelf: Remove libcrypto dependency and use built-in sha1()Yuzhuo Jing
2025-06-26perf util: add a basic SHA-1 implementationEric 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-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 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 unwind-libdw: skip non-regular filesSergei Trofimovich
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 header: remove unecessary core id testAnubhav Shelat
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-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
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-11perf thread: Ensure comm_lock held for comm_listIan Rogers
2025-06-09perf script: perf script tests fails with segfaultAditya Bodkhe
2025-06-09perf thread_map: Remove uid optionsIan Rogers
2025-06-09perf target: Remove uid from targetIan Rogers
2025-06-09perf top: Switch user option to use BPF filterIan Rogers
2025-06-09perf parse-events: Add parse_uid_filter helperIan Rogers
2025-06-09perf target: Separate parse_uid into its own functionIan Rogers
2025-06-09perf parse-events filter: Use evsel__find_pmuIan Rogers
2025-06-09perf bpf-filter: Improve error messagesNamhyung Kim
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-05perf symbols: Ignore mapping symbols on riscvHaibo Xu