aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers3-4/+50
2025-11-13perf test: Fix lock contention testRavi Bangoria1-5/+9
2025-11-13perf lock: Fix segfault due to missing kernel mapRavi Bangoria1-0/+2
2025-11-13perf build: Don't fail fast path feature detection when binutils-devel is not availableArnaldo Carvalho de Melo1-3/+2
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon1-8/+2
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar5-2/+21
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
2025-11-01tools headers x86: Sync table due to introducion of uprobe syscallArnaldo Carvalho de Melo1-0/+1
2025-11-01tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2025-11-01tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo1-0/+10
2025-11-01tools headers uapi: Update fs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+4
2025-10-23perf build: Fix perf build issues with fixdepJosh Poimboeuf1-3/+3
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds258-5634/+14257
2025-10-06perf tools: Fix arm64 libjvmti build by generating unistd_64.hVincent Minet1-1/+1
2025-10-06perf tests: Don't retest sections in "Object code reading"James Clark1-34/+85
2025-10-06perf docs: Document building with ClangLeo Yan2-74/+21
2025-10-06perf build: Support build with clangLeo Yan1-1/+32
2025-10-06perf test coresight: Dismiss clang warning for unroll loop threadLeo Yan1-1/+3
2025-10-06perf test coresight: Dismiss clang warning for thread loopLeo Yan1-2/+2
2025-10-06perf test coresight: Dismiss clang warning for memcpy threadLeo Yan1-0/+2
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan2-2/+2
2025-10-06perf build: Correct CROSS_ARCH for clangLeo Yan1-1/+1
2025-10-06perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers2-2/+0
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers8-481/+485
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers2-6/+3
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers3-5/+16
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers4-42/+80
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers4-128/+97
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers1-12/+21
2025-10-06perf check: Add libLLVM featureIan Rogers2-0/+2
2025-10-03perf parse-events: Fix parsing of >30kb event stringsIan Rogers1-14/+3
2025-10-03perf record: Add auto counter reload parse and regression testsThomas Falcon2-0/+94
2025-10-03perf record: Add ratio-to-prev termThomas Falcon10-2/+212
2025-10-03perf bpf-event: Use libbpf version rather than feature checkIan Rogers4-9/+6
2025-10-03perf build: Move libopcode disasm tests to BUILD_NONDISTROIan Rogers1-8/+8
2025-10-03tools build: Remove feature-libslang-include-subdirIan Rogers2-11/+2
2025-10-03perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTERZecheng Li3-6/+6
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers4-90/+76
2025-10-03perf stat: Move create_perf_stat_counter() to builtin-stat.cIan Rogers3-62/+58
2025-10-03perf namespaces: Avoid get_current_dir_name dependencyIan Rogers5-35/+3
2025-10-02perf capstone: Remove open_capstone_handleIan Rogers1-28/+6
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers11-659/+718
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers7-311/+373
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers6-467/+569
2025-10-02perf map: Constify objdump offset/address conversion APIsIan Rogers2-7/+18
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm top" on IntelDapeng Mi1-1/+33
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi3-10/+61