index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-04
perf tools: Guard remaining test_bit calls from OOB sample CPU
Arnaldo Carvalho de Melo
2
-2
/
+3
2026-06-04
perf sched: Fix comp_cpus heap overflow with cross-machine recordings
Arnaldo Carvalho de Melo
1
-4
/
+2
2026-06-04
perf sched: Fix NULL dereference in latency_runtime_event
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-04
perf sched: Fix thread reference leak in latency_switch_event
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-04
perf tools: Guard test_bit from out-of-bounds sample CPU
Arnaldo Carvalho de Melo
4
-5
/
+10
2026-06-04
perf lock contention: Enable end-timestamp accounting for cgroup aggregation
Suchit Karunakaran
3
-3
/
+6
2026-06-04
perf pmu: Recognize 'default_core' as a core PMU and document matching
Ian Rogers
2
-2
/
+20
2026-06-04
perf data ctf: replace libbabeltrace with babeltrace2-ctf-writer
Michael Jeanson
9
-57
/
+43
2026-06-04
perf lock contention: Allow 'mmap_lock' in -L/--lock-filter
Namhyung Kim
3
-3
/
+42
2026-06-04
perf test: Remove /usr/bin/cc dependency from Intel PT shell test
Ian Rogers
6
-168
/
+217
2026-06-04
perf test: Add shell test to validate JUnit XML reporting output
Ian Rogers
1
-0
/
+63
2026-06-04
perf test: Add -j/--junit option for JUnit XML test reports
Ian Rogers
1
-6
/
+142
2026-06-04
perf test: Split monolithic 'util' test suite into sub-tests
Ian Rogers
1
-3
/
+17
2026-06-04
perf test: Skip shebang and SPDX comments in shell test descriptions
Ian Rogers
1
-34
/
+46
2026-06-04
perf test: Fix subtest status alignment for multi-digit indexes
Ian Rogers
1
-3
/
+5
2026-06-04
perf test: Add summary reporting
Ian Rogers
1
-3
/
+86
2026-06-04
perf test: Show snippet failure output for verbose=1
Ian Rogers
1
-3
/
+200
2026-06-04
perf test: Refactor parallel poll loop to drain all pipes simultaneously
Ian Rogers
1
-8
/
+259
2026-06-04
perf test pmu-events: A sub-test per metric table
Ian Rogers
1
-8
/
+148
2026-06-04
perf test: Support dynamic test suites with setup callback and private data
Ian Rogers
2
-1
/
+18
2026-06-04
perf test: Drain pipe after child finishes to avoid losing output
Ian Rogers
1
-0
/
+10
2026-06-04
perf pmu-events: Add API to get metric table name and iterate tables
Ian Rogers
3
-4
/
+103
2026-06-04
perf jevents.py: Make generated C code more kernel style
Ian Rogers
2
-3400
/
+6022
2026-06-04
perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stop
Ian Rogers
1
-12
/
+80
2026-06-04
perf annotate: Fix crashes on empty annotate windows
James Clark
2
-1
/
+7
2026-06-04
perf tools: Ensure event leader stays at head of evlist after sorting
Ian Rogers
1
-0
/
+27
2026-06-04
perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics
Chun-Tse Shao
2
-5
/
+10
2026-06-04
perf stat: Add aggr_nr metric parser support
Chun-Tse Shao
5
-13
/
+50
2026-06-04
perf build: Compile BPF skeletons with -mcpu=v3
Suchit Karunakaran
1
-1
/
+1
2026-06-04
perf lock: Fix non-atomic max/time and min_time updates in contention_data
Suchit Karunakaran
1
-5
/
+45
2026-06-04
perf bench: Add --write-size option to sched pipe
Breno Leitao
1
-13
/
+116
2026-06-03
perf symbol: Lazily compute idle
Ian Rogers
3
-52
/
+100
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
Ian Rogers
26
-80
/
+183
2026-06-03
perf env: Add helper to lazily compute the os_release
Ian Rogers
6
-10
/
+57
2026-06-03
perf env: Add mutex to protect lazy environment initialization
Ian Rogers
2
-0
/
+8
2026-06-03
perf env: Remove unused perf_env__raw_arch
Ian Rogers
2
-19
/
+0
2026-06-03
perf env: Refactor perf_env__arch_strerrno
Ian Rogers
5
-22
/
+58
2026-06-03
perf lock-contention: Use perf_env e_machine rather than arch
Ian Rogers
1
-3
/
+3
2026-06-03
perf c2c: Use perf_env e_machine rather than arch
Ian Rogers
1
-18
/
+22
2026-06-03
perf header: In print_pmu_caps use perf_env e_machine
Ian Rogers
1
-3
/
+4
2026-06-03
perf arch common: Use perf_env e_machine rather than arch
Ian Rogers
1
-23
/
+69
2026-06-03
perf sort: Use perf_env e_machine rather than arch
Ian Rogers
1
-26
/
+32
2026-06-03
perf sample-raw: Use perf_env e_machine rather than arch
Ian Rogers
2
-11
/
+16
2026-06-03
perf machine: Use perf_env e_machine rather than arch
Ian Rogers
2
-19
/
+18
2026-06-03
perf symbol: Avoid use of machine__is
Ian Rogers
1
-6
/
+22
2026-06-03
perf print_insn: Use e_machine for fallback IP length check
Ian Rogers
2
-9
/
+16
2026-06-03
perf capstone: Determine architecture from e_machine
Ian Rogers
1
-44
/
+88
2026-06-03
perf env, dso, thread: Add _endian variants for e_machine helpers
Ian Rogers
6
-23
/
+108
2026-06-03
perf tests topology: Switch env->arch use to env->e_machine
Ian Rogers
1
-2
/
+6
2026-06-03
perf env: Add perf_env__e_machine helper and use in perf_env__arch
Ian Rogers
4
-63
/
+281
[prev]
[next]