summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-09-04perf vendor events: Update grandridge metricsIan Rogers
2025-09-04perf vendor events: Update emeraldrapids events/metricsIan Rogers
2025-09-04perf vendor events: Update cascadelakex metricsIan Rogers
2025-09-04perf vendor events: Update broadwell metricsIan Rogers
2025-09-04perf vendor events: Update arrowlake events/metricsIan Rogers
2025-09-04perf vendor events: Update alderlake events/metricsIan Rogers
2025-09-04perf parse-events: Handle fake PMUs in CPU termsIan Rogers
2025-09-04perf python: Fix spelling mistake "metics" -> "metrics"Colin Ian King
2025-09-03perf dwarf-aux: Use signed variable types in match_var_offsetZecheng Li
2025-09-03perf tests: Fix "PE file support" test buildJames Clark
2025-09-03perf tp_pmu: Remove unnecessary checkIan Rogers
2025-09-03perf ilist: Add support for metricsIan Rogers
2025-09-03perf python: Add metrics functionIan Rogers
2025-09-03perf python: Add evlist compute_metricIan Rogers
2025-09-03perf python: Add evlist metrics functionIan Rogers
2025-09-03perf python: Add parse_metrics functionIan Rogers
2025-09-03perf ilist: Add new python ilist commandIan Rogers
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers
2025-09-03perf python: Add more exceptions on error pathsIan Rogers
2025-09-03perf test shell lock_contention: Extra debug diagnosticsIan Rogers
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers
2025-09-03perf test trace_btf_enum: Skip if permissions are insufficientIan Rogers
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers
2025-09-02perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers
2025-09-02perf bpf-utils: Constify bpil_array_descIan Rogers
2025-09-02perf bpf-event: Fix use-after-free in synthesisIan Rogers
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim
2025-08-28perf annotate: Add dso__debuginfo() helperNamhyung Kim
2025-08-28perf annotate: Hide data-type for stack operation and canaryNamhyung Kim
2025-08-28perf annotate: Show warning when debuginfo is not availableNamhyung Kim
2025-08-28perf annotate: Add 'T' hot key to toggle data type displayNamhyung Kim
2025-08-28perf annotate: Add --code-with-type support for TUINamhyung Kim
2025-08-28perf annotate: Return printed number from disasm_line__write()Namhyung Kim
2025-08-28perf annotate: Simplify width calculation in annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Pass annotation_print_data to annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Remove __annotation_line__write()Namhyung Kim
2025-08-28perf annotate: Remove annotation_print_data.startNamhyung Kim
2025-08-28perf annotate: Rename to __hist_entry__tui_annotate()Namhyung Kim
2025-08-25perf symbol: Add blocking argument to filename__read_build_idIan Rogers
2025-08-25perf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers
2025-08-18tools headers: Sync uapi/linux/vhost.h with the kernel sourceNamhyung Kim
2025-08-18tools headers: Sync uapi/linux/prctl.h with the kernel sourceNamhyung Kim
2025-08-18tools headers: Sync uapi/linux/fs.h with the kernel sourceNamhyung Kim
2025-08-18tools headers: Sync uapi/linux/fcntl.h with the kernel sourceNamhyung Kim
2025-08-18tools headers: Sync syscall tables with the kernel sourceNamhyung Kim
2025-08-18perf test: Fix a build error in x86 topdown testNamhyung Kim
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich