summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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-05perf symbol-elf: Add support for the block argument for libbfdIan Rogers1-3/+7
2025-09-05perf parse-events: Handle fake PMUs in CPU termsIan Rogers1-56/+60
2025-09-05perf 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-03perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers1-10/+33
2025-09-03perf bpf-utils: Constify bpil_array_descIan Rogers1-12/+6
2025-09-03perf 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-28/+20
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
2025-08-26perf symbol: Add blocking argument to filename__read_build_idIan Rogers8-19/+24
2025-08-26perf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers1-28/+27
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)1-1/+1
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich1-1/+4
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim1-1/+1
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo1-1/+11
2025-07-27perf list: Skip ABI PMUs when printing pmu valuesIan Rogers4-1/+10
2025-07-27perf list: Remove tracepoint printing codeIan Rogers2-95/+0
2025-07-27perf tp_pmu: Add event APIsIan Rogers3-0/+129
2025-07-27perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers5-106/+170
2025-07-27perf parse-events: Remove non-json software eventsIan Rogers5-97/+24
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers3-23/+46
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers10-24/+33
2025-07-25perf env: Remove global perf_envIan Rogers5-7/+4
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers2-8/+11
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers4-13/+23