summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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
2025-08-01Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-30perf test: Ensure lock contention using pipe modeJan Polensky
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo
2025-07-28RISC-V: perf/kvm: Add reporting of interrupt eventsQuan Zhou
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-26perf jevents: Add common software event jsonIan Rogers
2025-07-26perf tools: Remove libtraceevent in .gitignoreChen Pei
2025-07-26perf test: Fix comment orderingBlake Jones
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers
2025-07-25perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common testIan Rogers
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers
2025-07-25perf env: Remove global perf_envIan Rogers
2025-07-25perf trace: Avoid global perf_env with evsel__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 bench synthesize: Avoid use of global perf_envIan Rogers