summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-09-19perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()Leo Yan1-18/+16
2025-09-19perf arm_spe: Fill memory levels for FEAT_SPEv1p4Leo Yan2-0/+17
2025-09-19perf arm_spe: Separate setting of memory levels for loads and storesLeo Yan1-2/+43
2025-09-19perf arm_spe: Refine memory level fillingLeo Yan1-11/+21
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan2-0/+3
2025-09-19perf arm_spe: Decode event types for new featuresLeo Yan2-0/+21
2025-09-19perf arm_spe: Directly propagate raw eventLeo Yan2-51/+14
2025-09-19perf arm_spe: Use full type for data_srcJames Clark1-11/+14
2025-09-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-09-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-09-15perf maps: Ensure kmap is set up for all insertsIan Rogers1-4/+5
2025-09-12perf parse-events: Add 'X' modifier to exclude an event from being regroupedIan Rogers4-4/+8
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers2-3/+6
2025-09-12perf util: Fix compression checks returning -1 as boolYunseong Kim2-2/+2
2025-09-12perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir()GuoHan Zhao1-1/+3
2025-09-12perf: Completely remove possibility to override MAX_NR_CPUSChristophe Leroy1-2/+0
2025-09-09perf arm-spe: Display --itrace period warnings for all sample typesJames Clark1-9/+9
2025-09-09perf arm-spe: Downsample all sample types equallyJames Clark1-15/+12
2025-09-09perf arm-spe: Show instruction sample types by defaultJames Clark1-2/+6
2025-09-09perf symbols: Handle 'N' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+6
2025-09-08Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo3-37/+73
2025-09-04perf symbol-elf: Add support for the block argument for libbfdIan Rogers1-3/+7
2025-09-04perf parse-events: Handle fake PMUs in CPU termsIan Rogers1-56/+60
2025-09-04perf python: Fix spelling mistake "metics" -> "metrics"Colin Ian King1-1/+1
2025-09-03perf dwarf-aux: Use signed variable types in match_var_offsetZecheng Li1-5/+6
2025-09-03perf tp_pmu: Remove unnecessary checkIan Rogers1-2/+0
2025-09-03perf python: Add metrics functionIan Rogers1-0/+86
2025-09-03perf python: Add evlist compute_metricIan Rogers1-0/+125
2025-09-03perf python: Add evlist metrics functionIan Rogers1-0/+33
2025-09-03perf python: Add parse_metrics functionIan Rogers1-0/+41
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers1-0/+71
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers1-0/+140
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers1-10/+2
2025-09-03perf python: Add more exceptions on error pathsIan Rogers1-3/+11
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers1-2/+5
2025-09-02perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers1-10/+33
2025-09-02perf bpf-utils: Constify bpil_array_descIan Rogers1-12/+6
2025-09-02perf bpf-event: Fix use-after-free in synthesisIan Rogers1-12/+27
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim2-2/+29
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim2-3/+13
2025-08-28perf annotate: Hide data-type for stack operation and canaryNamhyung Kim1-2/+13
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim1-0/+11
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim1-3/+44
2025-08-28perf annotate: Return printed number from disasm_line__write()Namhyung Kim1-3/+3
2025-08-28perf annotate: Simplify width calculation in annotation_line__write()Namhyung Kim1-3/+9
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim2-16/+32
2025-08-28perf annotate: Remove __annotation_line__write()Namhyung Kim2-26/+18
2025-08-28perf annotate: Remove annotation_print_data.startNamhyung Kim1-4/+2
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim2-17/+7