summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-05-28perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-05-28perf script: Print PERF_AUX_FLAG_COLLISION flagLeo Yan1-2/+3
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim1-1/+1
2025-05-28perf mem: Display sort order only if it's availableNamhyung Kim1-1/+4
2025-05-28perf mem: Describe overhead calculation in briefRavi Bangoria1-0/+19
2025-05-28perf record: Fix incorrect --user-regs commentsDapeng Mi1-1/+1
2025-05-28Revert "perf thread: Ensure comm_lock held for comm_list"Arnaldo Carvalho de Melo3-20/+8
2025-05-28perf test trace_summary: Skip --bpf-summary tests if no libbpfIan Rogers1-0/+6
2025-05-28perf test intel-pt: Skip jitdump test if no libelfIan Rogers1-0/+5
2025-05-28perf intel-tpebs: Avoid race when evlist is being deletedIan Rogers1-2/+10
2025-05-28perf test demangle-java: Don't segv if demangling failsIan Rogers1-0/+5
2025-05-28perf symbol: Fix use-after-free in filename__read_build_idIan Rogers1-98/+70
2025-05-28perf pmu: Avoid segv for missing name/alias_name in wildcardingIan Rogers1-0/+3
2025-05-28perf machine: Factor creating a "live" machine out of dwarf-unwindIan Rogers3-38/+51
2025-05-28perf test: Add AMD IBS sw filter testNamhyung Kim1-0/+67
2025-05-28perf mem: Count L2 HITM for c2c statisticYicong Yang1-1/+4
2025-05-27perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12Yicong Yang2-0/+113
2025-05-24perf tests switch-tracking: Fix timestamp comparisonLeo Yan1-1/+1
2025-05-23perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapidsIan Rogers1-5/+263
2025-05-23perf tests trace_summary.sh: Run in exclusive modeArnaldo Carvalho de Melo1-1/+1
2025-05-23perf test: Add cgroup summary test case for 'perf trace'Namhyung Kim1-0/+6
2025-05-23perf python: Add counting.py as example for counting perf eventsGautam Menghani1-0/+36
2025-05-23perf python: Add evlist close supportGautam Menghani1-0/+16
2025-05-23perf python: Add evsel read methodGautam Menghani1-0/+37
2025-05-23perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani1-1/+91
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers1-0/+33
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria1-0/+29
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers3-8/+20
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers4-5/+23
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers1-19/+26
2025-05-20perf ftrace: Use process/session specific trace settingsThomas Richter1-14/+87
2025-05-20tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2025-05-20perf test probe_vfs_getname: Add regex for searching probe lineLeo Yan1-2/+10
2025-05-16perf record: Fix a asan runtime error in util/maps.cChun-Tse Shao1-3/+6
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao5-13/+51
2025-05-16perf intel-tpebs: Filter non-workload samplesIan Rogers1-1/+58
2025-05-15perf test: Allow tolerance for leader sampling testChun-Tse Shao1-6/+27
2025-05-14perf test: Add stat uniquifying testChun-Tse Shao1-0/+69
2025-05-14perf parse-events: Use wildcard processing to set an event to merge intoIan Rogers5-72/+88
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers8-174/+177
2025-05-14perf trace: Support --summary-mode=cgroupNamhyung Kim6-12/+170
2025-05-13perf report: Add 'tgid' sort keyNamhyung Kim4-0/+41
2025-05-13perf test: Update sysfs path for core PMU capsNamhyung Kim1-1/+2
2025-05-13perf test: Fix LBR test by ignoring idle taskNamhyung Kim1-1/+1
2025-05-13perf tools: Fix arm64 source package buildJames Clark1-0/+6
2025-05-13perf test: Hybrid improvements for metric value validation testIan Rogers2-9/+20
2025-05-13perf list: Display the PMU name associated with a perf metric in JSONIan Rogers3-4/+16
2025-05-13perf metricgroup: Binary search when resolving referred to metricsIan Rogers6-73/+192
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers5-161/+199
2025-05-13perf fncache: Switch to using hashmapIan Rogers3-35/+39