summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-09-03perf python: Add evlist metrics functionIan Rogers
2025-09-03perf python: Add parse_metrics functionIan 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 evsel: Avoid container_of on a NULL leaderIan 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 --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-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo
2025-07-26perf list: Skip ABI PMUs when printing pmu valuesIan Rogers
2025-07-26perf list: Remove tracepoint printing codeIan Rogers
2025-07-26perf tp_pmu: Add event APIsIan Rogers
2025-07-26perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers
2025-07-26perf parse-events: Remove non-json software eventsIan Rogers
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers
2025-07-25perf env: Remove global perf_envIan Rogers
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers
2025-07-25perf test: Avoid use perf_envIan Rogers
2025-07-25perf header: Clean up use of perf_envIan Rogers
2025-07-25perf evlist: Change env variable to sessionIan Rogers
2025-07-25perf session: Add accessor for session->header.envIan Rogers
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers
2025-07-25perf dso: Move build_id to dso_idIan Rogers
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers
2025-07-24perf build-id: Truncate to avoid overflowing the build_id dataIan Rogers