aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19perf tools: Fix arm64 libjvmti build by generating unistd_64.hVincent Minet1-1/+1
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 test: Avoid uncore_imc/clockticks in uniquification testIan Rogers1-60/+49
2025-10-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers1-10/+18
2025-10-19perf test: Don't leak workload gopipe in PERF_RECORD_*Ian Rogers1-0/+4
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-10-19perf trace: Fix IS_ERR() vs NULL check bugFushuai Wang1-2/+2
2025-10-19perf test shell lbr: Avoid failures with perf event paranoiaIan Rogers1-6/+20
2025-10-19perf test: AMD IBS swfilt skip kernel tests if paranoia is >1Ian Rogers1-13/+38
2025-10-19perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetchesIlkka Koskinen1-5/+5
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 Leroy2-4/+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 test trace_btf_enum: Skip if permissions are insufficientIan Rogers1-0/+11
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-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/linux/kernel/git/perf/perf-toolsLinus 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