summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-01-30perf parse-events: Fix evsel allocation failureFaisal Bukhari
2025-12-18perf stat: Allow no events to open if this is a "--null" runIan Rogers
2025-12-18perf hist: In init, ensure mem_info is put on error pathsIan Rogers
2025-12-18perf kvm: Fix debug assertionIan Rogers
2025-12-18perf tools: Fix split kallsyms DSO countingNamhyung Kim
2025-12-18perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim
2025-12-18perf jitdump: Add sym/str-tables to build-ID generationNamhyung Kim
2025-12-18perf arm_spe: Fix memset subclass in operationLeo Yan
2025-12-18perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim
2025-12-18perf record: skip synthesize event when open evsel failedShuai Xue
2025-12-18perf lock contention: Load kernel map before lookupNamhyung Kim
2025-12-18perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek
2025-12-18perf annotate: Check return value of evsel__get_arch() properlyTianyou Li
2025-12-18perf parse-events: Make X modifier more respectful of groupsIan Rogers
2025-12-18perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers
2025-12-18perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers
2025-11-13perf test: Fix lock contention testRavi Bangoria
2025-11-13perf lock: Fix segfault due to missing kernel mapRavi Bangoria
2025-11-13perf build: Don't fail fast path feature detection when binutils-devel is not...Arnaldo Carvalho de Melo
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo
2025-11-01tools headers x86: Sync table due to introducion of uprobe syscallArnaldo Carvalho de Melo
2025-11-01tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo
2025-11-01tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo
2025-11-01tools headers uapi: Update fs.h with the kernel sourcesArnaldo Carvalho de Melo
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-10-06perf tools: Fix arm64 libjvmti build by generating unistd_64.hVincent Minet
2025-10-06perf tests: Don't retest sections in "Object code reading"James Clark
2025-10-06perf docs: Document building with ClangLeo Yan
2025-10-06perf build: Support build with clangLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for unroll loop threadLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for thread loopLeo Yan
2025-10-06perf test coresight: Dismiss clang warning for memcpy threadLeo Yan
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan
2025-10-06perf build: Correct CROSS_ARCH for clangLeo Yan
2025-10-06perf python: split Clang options when invoking PopenLeo Yan
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers
2025-10-06perf check: Add libLLVM featureIan Rogers
2025-10-03perf parse-events: Fix parsing of >30kb event stringsIan Rogers
2025-10-03perf record: Add auto counter reload parse and regression testsThomas Falcon
2025-10-03perf record: Add ratio-to-prev termThomas Falcon
2025-10-03perf bpf-event: Use libbpf version rather than feature checkIan Rogers