summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2025-09-15perf maps: Ensure kmap is set up for all insertsIan Rogers-4/+5
2025-09-12perf lock: Provide a host_env for session newIan Rogers-1/+6
2025-09-04perf symbol-elf: Add support for the block argument for libbfdIan Rogers-3/+7
2025-09-04perf test: Checking BPF metadata collection fails on version stringThomas Richter-1/+1
2025-09-03perf tests: Fix "PE file support" test buildJames Clark-2/+2
2025-09-02perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers-10/+33
2025-09-02perf bpf-utils: Constify bpil_array_descIan Rogers-12/+6
2025-09-02perf bpf-event: Fix use-after-free in synthesisIan Rogers-12/+27
2025-08-25perf symbol: Add blocking argument to filename__read_build_idIan Rogers-27/+32
2025-08-25perf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers-28/+27
2025-08-18tools headers: Sync uapi/linux/vhost.h with the kernel sourceNamhyung Kim-0/+35
2025-08-18tools headers: Sync uapi/linux/prctl.h with the kernel sourceNamhyung Kim-1/+8
2025-08-18tools headers: Sync uapi/linux/fs.h with the kernel sourceNamhyung Kim-0/+88
2025-08-18tools headers: Sync uapi/linux/fcntl.h with the kernel sourceNamhyung Kim-0/+18
2025-08-18tools headers: Sync syscall tables with the kernel sourceNamhyung Kim-0/+18
2025-08-18perf test: Fix a build error in x86 topdown testNamhyung Kim-0/+1
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich-1/+4
2025-08-01Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds-3197/+10466
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim-1/+1
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-38/+60
2025-07-30perf test: Ensure lock contention using pipe modeJan Polensky-13/+13
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo-1/+11
2025-07-28RISC-V: perf/kvm: Add reporting of interrupt eventsQuan Zhou-38/+60
2025-07-26perf list: Skip ABI PMUs when printing pmu valuesIan Rogers-5/+23
2025-07-26perf list: Remove tracepoint printing codeIan Rogers-101/+23
2025-07-26perf tp_pmu: Add event APIsIan Rogers-0/+129
2025-07-26perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers-106/+170
2025-07-26perf parse-events: Remove non-json software eventsIan Rogers-107/+33
2025-07-26perf jevents: Add common software event jsonIan Rogers-109/+264
2025-07-26perf tools: Remove libtraceevent in .gitignoreChen Pei-2/+0
2025-07-26perf test: Fix comment orderingBlake Jones-2/+2
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers-131/+107
2025-07-25perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common testIan Rogers-129/+14
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers-80/+36
2025-07-25perf env: Remove global perf_envIan Rogers-10/+4
2025-07-25perf trace: Avoid global perf_env with evsel__envIan Rogers-9/+3
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers-10/+17
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers-35/+81
2025-07-25perf bench synthesize: Avoid use of global perf_envIan Rogers-8/+19
2025-07-25perf top: Make perf_env locally scopedIan Rogers-13/+28
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers-5/+8
2025-07-25perf test: Avoid use perf_envIan Rogers-23/+33
2025-07-25perf header: Clean up use of perf_envIan Rogers-76/+98
2025-07-25perf evlist: Change env variable to sessionIan Rogers-22/+35
2025-07-25perf session: Add accessor for session->header.envIan Rogers-107/+120
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers-22/+34
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers-4/+17
2025-07-25perf dso: Move build_id to dso_idIan Rogers-155/+197
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers-17/+20
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers-1/+16