aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers8-174/+177
2025-05-13perf 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
2025-05-12perf tests: Harden branch stack sampling testIan Rogers1-20/+52
2025-05-12perf parse-events: Add "cpu" term to set the CPU an event is recorded onIan Rogers6-17/+76
2025-05-12perf parse-events: Set is_pmu_core for legacy hardware eventsIan Rogers1-14/+23
2025-05-12perf stat: Use counter cpumask to skip zero valuesIan Rogers1-8/+13
2025-05-12perf tests metrics: Permission related fixesIan Rogers1-54/+64
2025-05-12perf evsel: Add per-thread warning for EOPNOTSUPP open failuesIan Rogers1-0/+4
2025-05-12perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter1-1/+4
2025-05-12perf intel-pt: Do not default to recording all switch eventsAdrian Hunter2-1/+19
2025-05-12perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter1-3/+202
2025-05-09perf test demangle-ocaml: Switch to using dso__demangle_sym()Ian Rogers1-4/+3
2025-05-09perf test demangle-java: Switch to using dso__demangle_sym()Ian Rogers1-9/+8
2025-05-09perf test demangle-rust: Add Rust demangling testIan Rogers5-1/+78
2025-05-09perf demangle-rust: Remove previous legacy rust decoderIan Rogers2-277/+0
2025-05-09perf symbol-elf: Integrate rust-v0 demanglingIan Rogers2-14/+38
2025-05-09perf demangle-rust: Add rustc-demangle C demanglerIan Rogers2-0/+2130
2025-05-09perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"Colin Ian King1-1/+1
2025-05-09perf pmu: Use available core PMU for raw eventsNamhyung Kim1-7/+14
2025-05-09perf lock contention: Add -J/--inject-delay optionNamhyung Kim5-0/+164
2025-05-09perf tests: Fix 'perf report' tests installationMichael Petlan1-1/+2
2025-05-08perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-05-08perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim1-1/+1
2025-05-08perf parse-events: Add debug dump of evlist if reorderedIan Rogers1-3/+13
2025-05-08perf evlist: Make groups visible in evlist__format_evsels() outputIan Rogers1-1/+12
2025-05-08perf evlist: Refactor evlist__scnprintf_evsels()Ian Rogers3-13/+20
2025-05-08perf stat: Remove print_mixed_hw_group_errorIan Rogers2-32/+0
2025-05-08perf stat: Better hybrid support for the NMI watchdog warningIan Rogers1-3/+15
2025-05-08perf trace: Add missing thread__put() in thread__e_machine()Ian Rogers1-0/+1
2025-05-08perf trace: Free the files.max entry in files->tableIan Rogers1-1/+2
2025-05-07Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-0/+1
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar20-56/+136
2025-05-05perf test: Add direct off-cpu testsHoward Chu1-0/+71
2025-05-05perf record --off-cpu: Add --off-cpu-thresh optionHoward Chu6-1/+41
2025-05-05perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BPF's stack trace mapHoward Chu1-24/+35
2025-05-05perf script: Display off-cpu samples correctlyHoward Chu1-2/+2
2025-05-05perf record --off-cpu: Disable perf_event's callchain collectionHoward Chu1-1/+1
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu1-1/+34
2025-05-05perf record --off-cpu: Dump off-cpu samples in BPFHoward Chu1-5/+84
2025-05-05perf record --off-cpu: Preparation of off-cpu BPF programHoward Chu2-0/+33
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu3-23/+21