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
/
util
/
bpf_skel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-13
perf trace: Support --summary-mode=cgroup
Namhyung Kim
2
-4
/
+41
2025-05-09
perf lock contention: Add -J/--inject-delay option
Namhyung Kim
1
-0
/
+43
2025-05-05
perf record --off-cpu: Add --off-cpu-thresh option
Howard Chu
1
-1
/
+1
2025-05-05
perf record --off-cpu: Dump off-cpu samples in BPF
Howard Chu
1
-5
/
+84
2025-05-05
perf record --off-cpu: Preparation of off-cpu BPF program
Howard Chu
1
-0
/
+9
2025-04-29
perf lock contention: Symbolize zone->lock using BTF
Namhyung Kim
3
-0
/
+74
2025-04-28
perf trace: Implement syscall summary in BPF
Namhyung Kim
2
-0
/
+143
2025-03-18
perf kwork: Remove unreachable judgments
Feng Yang
1
-1
/
+1
2025-03-13
perf ftrace: Use atomic inc to update histogram in BPF
Namhyung Kim
1
-1
/
+1
2025-03-13
perf ftrace: Remove an unnecessary condition check in BPF
Namhyung Kim
1
-2
/
+1
2025-03-13
perf ftrace: Fix latency stats with BPF
Namhyung Kim
1
-12
/
+8
2025-02-28
perf lock: Retrieve owner callstack in bpf program
Chun-Tse Shao
1
-9
/
+203
2025-02-28
perf lock: Add bpf maps for owner stack tracing
Chun-Tse Shao
2
-0
/
+40
2025-02-26
perf ftrace latency: variable histogram buckets
Gabriele Monaco
1
-3
/
+4
2025-01-23
perf trace: Fix BPF loading failure (-E2BIG)
Howard Chu
1
-7
/
+4
2025-01-08
perf ftrace: Display latency statistics at the end
Namhyung Kim
1
-0
/
+19
2024-12-23
perf lock contention: Handle slab objects in -L/--lock-filter option
Namhyung Kim
1
-1
/
+20
2024-12-23
perf lock contention: Resolve slab object name using BPF
Namhyung Kim
1
-2
/
+24
2024-12-23
perf lock contention: Run BPF slab cache iterator
Namhyung Kim
3
-0
/
+68
2024-12-20
perf lock contention: Add and use LCB_F_TYPE_MASK
Namhyung Kim
1
-1
/
+2
2024-12-18
perf ftrace latency: Fix compiler error for clang 12
Namhyung Kim
1
-1
/
+2
2024-12-10
perf ftrace latency: Add --max-latency option
Gabriele Monaco
1
-1
/
+3
2024-12-10
perf ftrace latency: Introduce --min-latency to narrow down into a latency range
Arnaldo Carvalho de Melo
1
-2
/
+10
2024-12-10
perf ftrace latency: Introduce --bucket-range to ask for linear bucketing
Arnaldo Carvalho de Melo
1
-0
/
+14
2024-12-09
perf: Increase MAX_NR_CPUS to 4096
Kyle Meyer
1
-1
/
+3
2024-11-03
Merge 'origin/master' into perf-tools-next
Namhyung Kim
1
-2
/
+20
2024-11-01
perf stat: Support inherit events during fork() for bperf
Tengda Wu
2
-7
/
+96
2024-10-23
perf trace augmented_raw_syscalls: Add more checks to pass the verifier
Howard Chu
1
-2
/
+18
2024-10-23
perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiers
Arnaldo Carvalho de Melo
1
-0
/
+2
2024-09-10
perf trace: Collect augmented data using BPF
Howard Chu
1
-1
/
+106
2024-09-10
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching data in BPF
Howard Chu
1
-0
/
+7
2024-09-09
perf trace: Use a common encoding for augmented arguments, with size + error + payload
Arnaldo Carvalho de Melo
1
-41
/
+63
2024-09-09
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, temporarily
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-09-03
perf record offcpu: Constify control data for BPF
Namhyung Kim
1
-4
/
+5
2024-09-03
perf lock contention: Constify control data for BPF
Namhyung Kim
1
-13
/
+14
2024-09-03
perf kwork: Constify control data for BPF
Namhyung Kim
2
-3
/
+4
2024-09-03
perf ftrace latency: Constify control data for BPF
Namhyung Kim
1
-3
/
+4
2024-09-03
perf stat: Constify control data for BPF
Namhyung Kim
1
-1
/
+1
2024-08-30
perf lock contention: Do not fail EEXIST for update
Namhyung Kim
1
-0
/
+7
2024-08-30
perf lock contention: Simplify spinlock check
Namhyung Kim
1
-2
/
+1
2024-08-30
perf lock contention: Handle error in a single place
Namhyung Kim
1
-12
/
+4
2024-08-28
perf bpf-filter: Support filtering on cgroups
Namhyung Kim
3
-2
/
+5
2024-08-28
perf bpf-filter: Support multiple events properly
Namhyung Kim
3
-10
/
+48
2024-08-12
perf lock contention: Change stack_id type to s32
Namhyung Kim
2
-2
/
+3
2024-08-01
perf bpf-filter: Support separate lost counts for each filter
Namhyung Kim
1
-2
/
+13
2024-08-01
perf bpf-filter: Split per-task filter use case
Namhyung Kim
2
-0
/
+22
2024-08-01
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
2
-18
/
+22
2024-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
2
-0
/
+7
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
2
-19
/
+87
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-1
/
+4
[next]