index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-18
perf stat: Allow no events to open if this is a "--null" run
Ian Rogers
1
-1
/
+1
2025-12-18
perf hist: In init, ensure mem_info is put on error paths
Ian Rogers
1
-4
/
+2
2025-12-18
perf kvm: Fix debug assertion
Ian Rogers
1
-1
/
+1
2025-12-18
perf tools: Fix split kallsyms DSO counting
Namhyung Kim
1
-2
/
+2
2025-12-18
perf tools: Mark split kallsyms DSOs as loaded
Namhyung Kim
1
-0
/
+1
2025-12-18
perf jitdump: Add sym/str-tables to build-ID generation
Namhyung Kim
1
-2
/
+30
2025-12-18
perf arm_spe: Fix memset subclass in operation
Leo Yan
2
-26
/
+14
2025-12-18
perf tools: Fix missing feature check for inherit + SAMPLE_READ
Namhyung Kim
1
-1
/
+1
2025-12-18
perf record: skip synthesize event when open evsel failed
Shuai Xue
1
-1
/
+1
2025-12-18
perf lock contention: Load kernel map before lookup
Namhyung Kim
1
-3
/
+3
2025-12-18
perf hwmon_pmu: Fix uninitialized variable warning
Michal Suchanek
1
-2
/
+1
2025-12-18
perf annotate: Check return value of evsel__get_arch() properly
Tianyou Li
1
-1
/
+1
2025-12-18
perf parse-events: Make X modifier more respectful of groups
Ian Rogers
1
-6
/
+10
2025-12-18
perf parse-events: Fix legacy cache events if event is duplicated in a PMU
Ian Rogers
3
-3
/
+30
2025-12-18
perf bpf_counter: Fix opening of "any"(-1) CPU events
Ian Rogers
2
-1
/
+19
2025-11-13
perf libbfd: Ensure libbfd is initialized prior to use
Ian Rogers
3
-4
/
+50
2025-11-13
perf test: Fix lock contention test
Ravi Bangoria
1
-5
/
+9
2025-11-13
perf lock: Fix segfault due to missing kernel map
Ravi Bangoria
1
-0
/
+2
2025-11-13
perf build: Don't fail fast path feature detection when binutils-devel is not...
Arnaldo Carvalho de Melo
1
-3
/
+2
2025-11-13
perf header: Write bpf_prog (infos|btfs)_cnt to data file
Thomas Falcon
1
-8
/
+2
2025-11-03
perf symbols: Handle '1' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
1
-1
/
+5
2025-11-01
tools headers x86: Sync table due to introducion of uprobe syscall
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-11-01
tools headers: Sync uapi/linux/fcntl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-11-01
tools headers: Sync uapi/linux/prctl.h with the kernel source
Arnaldo Carvalho de Melo
1
-0
/
+10
2025-11-01
tools headers uapi: Update fs.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+4
2025-10-11
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-10-08
Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...
Linus Torvalds
258
-5634
/
+14257
2025-10-06
perf tools: Fix arm64 libjvmti build by generating unistd_64.h
Vincent Minet
1
-1
/
+1
2025-10-06
perf tests: Don't retest sections in "Object code reading"
James Clark
1
-34
/
+85
2025-10-06
perf docs: Document building with Clang
Leo Yan
2
-74
/
+21
2025-10-06
perf build: Support build with clang
Leo Yan
1
-1
/
+32
2025-10-06
perf test coresight: Dismiss clang warning for unroll loop thread
Leo Yan
1
-1
/
+3
2025-10-06
perf test coresight: Dismiss clang warning for thread loop
Leo Yan
1
-2
/
+2
2025-10-06
perf test coresight: Dismiss clang warning for memcpy thread
Leo Yan
1
-0
/
+2
2025-10-06
perf build: Disable thread safety analysis for perl header
Leo Yan
2
-2
/
+2
2025-10-06
perf build: Correct CROSS_ARCH for clang
Leo Yan
1
-1
/
+1
2025-10-06
perf python: split Clang options when invoking Popen
Leo Yan
1
-1
/
+4
2025-10-06
perf disasm: Remove unused evsel from 'struct annotate_args'
Ian Rogers
2
-2
/
+0
2025-10-06
perf srcline: Fallback between addr2line implementations
Ian Rogers
8
-481
/
+485
2025-10-06
perf disasm: Make ins__scnprintf() and ins__is_nop() static
Ian Rogers
2
-6
/
+3
2025-10-06
perf dso: Clean up read_symbol() error handling
Ian Rogers
3
-5
/
+16
2025-10-06
perf dso: Support BPF programs in dso__read_symbol()
Ian Rogers
4
-42
/
+80
2025-10-06
perf dso: Move read_symbol() from llvm/capstone to dso
Ian Rogers
4
-128
/
+97
2025-10-06
perf llvm: Reduce LLVM initialization
Ian Rogers
1
-12
/
+21
2025-10-06
perf check: Add libLLVM feature
Ian Rogers
2
-0
/
+2
2025-10-03
perf parse-events: Fix parsing of >30kb event strings
Ian Rogers
1
-14
/
+3
2025-10-03
perf record: Add auto counter reload parse and regression tests
Thomas Falcon
2
-0
/
+94
2025-10-03
perf record: Add ratio-to-prev term
Thomas Falcon
10
-2
/
+212
2025-10-03
perf bpf-event: Use libbpf version rather than feature check
Ian Rogers
4
-9
/
+6
2025-10-03
perf build: Move libopcode disasm tests to BUILD_NONDISTRO
Ian Rogers
1
-8
/
+8
[next]