summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2025-06-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers-0/+1
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo-0/+4
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+6
2025-06-05perf symbols: Ignore mapping symbols on riscvHaibo Xu-0/+6
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds-1426/+5788
2025-05-31perf callchain: Always populate the addr_location map when adding IPIan Rogers-5/+11
2025-05-28perf symbol: Move demangling code out of symbol-elf.cIan Rogers-96/+87
2025-05-28perf script: Print PERF_AUX_FLAG_COLLISION flagLeo Yan-2/+3
2025-05-28Revert "perf thread: Ensure comm_lock held for comm_list"Arnaldo Carvalho de Melo-20/+8
2025-05-28perf intel-tpebs: Avoid race when evlist is being deletedIan Rogers-2/+10
2025-05-28perf symbol: Fix use-after-free in filename__read_build_idIan Rogers-98/+70
2025-05-28perf pmu: Avoid segv for missing name/alias_name in wildcardingIan Rogers-0/+3
2025-05-28perf machine: Factor creating a "live" machine out of dwarf-unwindIan Rogers-9/+45
2025-05-27perf mem: Count L2 HITM for c2c statisticYicong Yang-1/+4
2025-05-27perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12Yicong Yang-0/+113
2025-05-22perf python: Add evlist close supportGautam Menghani-0/+16
2025-05-22perf python: Add evsel read methodGautam Menghani-0/+37
2025-05-22perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani-1/+91
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers-0/+33
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers-8/+20
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers-5/+23
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers-19/+26
2025-05-16perf record: Fix a asan runtime error in util/maps.cChun-Tse Shao-3/+6
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao-3/+14
2025-05-16perf intel-tpebs: Filter non-workload samplesIan Rogers-1/+58
2025-05-14perf parse-events: Use wildcard processing to set an event to merge intoIan Rogers-72/+88
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers-172/+165
2025-05-13perf trace: Support --summary-mode=cgroupNamhyung Kim-10/+159
2025-05-13perf report: Add 'tgid' sort keyNamhyung Kim-0/+40
2025-05-13perf list: Display the PMU name associated with a perf metric in JSONIan Rogers-2/+6
2025-05-13perf metricgroup: Binary search when resolving referred to metricsIan Rogers-63/+41
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers-94/+137
2025-05-13perf fncache: Switch to using hashmapIan Rogers-35/+39
2025-05-12perf parse-events: Add "cpu" term to set the CPU an event is recorded onIan Rogers-17/+67
2025-05-12perf parse-events: Set is_pmu_core for legacy hardware eventsIan Rogers-14/+23
2025-05-12perf stat: Use counter cpumask to skip zero valuesIan Rogers-8/+13
2025-05-12perf evsel: Add per-thread warning for EOPNOTSUPP open failuesIan Rogers-0/+4
2025-05-12perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter-3/+202
2025-05-09perf test demangle-rust: Add Rust demangling testIan Rogers-1/+1
2025-05-09perf demangle-rust: Remove previous legacy rust decoderIan Rogers-277/+0
2025-05-09perf symbol-elf: Integrate rust-v0 demanglingIan Rogers-14/+38
2025-05-09perf demangle-rust: Add rustc-demangle C demanglerIan Rogers-0/+2130
2025-05-09perf pmu: Use available core PMU for raw eventsNamhyung Kim-7/+14
2025-05-09perf lock contention: Add -J/--inject-delay optionNamhyung Kim-0/+79
2025-05-08perf parse-events: Add debug dump of evlist if reorderedIan Rogers-3/+13
2025-05-08perf evlist: Make groups visible in evlist__format_evsels() outputIan Rogers-1/+12
2025-05-08perf evlist: Refactor evlist__scnprintf_evsels()Ian Rogers-10/+14
2025-05-08perf stat: Remove print_mixed_hw_group_errorIan Rogers-32/+0
2025-05-08perf stat: Better hybrid support for the NMI watchdog warningIan Rogers-3/+15
2025-05-08perf trace: Add missing thread__put() in thread__e_machine()Ian Rogers-0/+1