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