aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-19perf bpf_counter: Fix handling of cpumap fixing hybridIan Rogers2-17/+12
2025-10-19perf bpf-filter: Fix opts declaration on older libbpfsIan Rogers1-0/+8
2025-10-19perf build-id: Ensure snprintf string is empty when size is 0Ian Rogers1-0/+7
2025-10-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-10-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers1-10/+18
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-10-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-10-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-10-19perf util: Fix compression checks returning -1 as boolYunseong Kim2-2/+2
2025-10-19perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir()GuoHan Zhao1-1/+3
2025-10-19perf: Completely remove possibility to override MAX_NR_CPUSChristophe Leroy1-2/+0
2025-10-19perf parse-events: Handle fake PMUs in CPU termsIan Rogers1-56/+60
2025-10-19perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-10-19perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers1-2/+5
2025-09-15perf maps: Ensure kmap is set up for all insertsIan Rogers1-4/+5
2025-09-04perf symbol-elf: Add support for the block argument for libbfdIan Rogers1-3/+7
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 Rogers8-19/+24
2025-08-25perf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers1-28/+27
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich1-1/+4
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim1-1/+1
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo1-1/+11
2025-07-26perf list: Skip ABI PMUs when printing pmu valuesIan Rogers4-1/+10
2025-07-26perf list: Remove tracepoint printing codeIan Rogers2-95/+0
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 Rogers5-97/+24
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers3-23/+46
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers10-24/+33
2025-07-25perf env: Remove global perf_envIan Rogers5-7/+4
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers2-8/+11
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers4-13/+23
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers2-4/+6
2025-07-25perf test: Avoid use perf_envIan Rogers1-0/+1
2025-07-25perf header: Clean up use of perf_envIan Rogers1-76/+98
2025-07-25perf evlist: Change env variable to sessionIan Rogers10-13/+23
2025-07-25perf session: Add accessor for session->header.envIan Rogers7-30/+37
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers2-9/+9
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers1-4/+17
2025-07-25perf dso: Move build_id to dso_idIan Rogers9-134/+163
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers7-10/+13
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers1-1/+16
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers13-40/+32
2025-07-24perf build-id: Truncate to avoid overflowing the build_id dataIan Rogers1-1/+4
2025-07-24perf build-id: Reduce size of "size" variableIan Rogers2-3/+7
2025-07-24perf metricgroups: Add NO_THRESHOLD_AND_NMI constraintIan Rogers1-4/+12
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers2-0/+11