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
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-1
/
+4
2024-04-12
perf bench uprobe: Add uretprobe variant of uprobe benchmarks
Ian Rogers
1
-0
/
+16
2024-04-11
perf lock contention: Add a missing NULL check
Namhyung Kim
1
-1
/
+4
2024-03-21
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
1
-0
/
+21
2024-02-29
perf lock contention: Account contending locks too
Namhyung Kim
2
-7
/
+16
2024-02-16
perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
Arnaldo Carvalho de Melo
2
-14
/
+8
2023-10-25
perf lock contention: Use per-cpu array map for spinlocks
Namhyung Kim
1
-17
/
+72
2023-10-25
perf lock contention: Check race in tstamp elem creation
Namhyung Kim
1
-1
/
+5
2023-10-25
perf lock contention: Clear lock addr after use
Namhyung Kim
1
-0
/
+4
2023-10-19
perf trace: Use the right bpf_probe_read(_str) variant for reading user data
Thomas Richter
1
-8
/
+8
2023-10-18
perf tools: Do not ignore the default vmlinux.h
Namhyung Kim
1
-0
/
+1
2023-10-10
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
1
-0
/
+2
2023-09-17
perf trace: Avoid compile error wrt redefining bool
Ian Rogers
1
-0
/
+2
2023-09-12
perf lock contention: Add -G/--cgroup-filter option
Namhyung Kim
1
-0
/
+17
2023-09-12
perf lock contention: Add --lock-cgroup option
Namhyung Kim
2
-2
/
+32
2023-09-12
perf kwork top: Add BPF-based statistics on softirq event support
Yang Jihong
1
-0
/
+72
2023-09-12
perf kwork top: Add BPF-based statistics on hardirq event support
Yang Jihong
1
-0
/
+79
2023-09-12
perf kwork top: Implements BPF-based cpu usage statistics
Yang Jihong
1
-0
/
+187
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_arg->value) is a power of two.
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is a power of two.
Arnaldo Carvalho de Melo
1
-0
/
+11
2023-08-16
perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= sizeof(saddr)
Arnaldo Carvalho de Melo
1
-4
/
+2
2023-08-15
perf trace: Tidy comments related to BPF + syscall augmentation
Ian Rogers
1
-8
/
+0
2023-08-15
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers
1
-0
/
+418
2023-07-20
perf bench uprobe trace_printk: Add entry attaching an BPF program that does a trace_printk
Arnaldo Carvalho de Melo
1
-0
/
+11
2023-07-20
perf bench uprobe empty: Add entry attaching an empty BPF program
Arnaldo Carvalho de Melo
1
-0
/
+12
2023-06-23
perf bpf: Move the declaration of struct rq
Ian Rogers
2
-2
/
+10
2023-06-23
perf build: Add ability to build with a generated vmlinux.h
Ian Rogers
2
-0
/
+1
2023-05-26
perf bpf filter: Fix a broken perf sample data naming for BPF CO-RE
Namhyung Kim
1
-2
/
+2
2023-05-10
perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type verification
Jiri Olsa
1
-0
/
+2
2023-05-10
perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory
Yang Jihong
1
-0
/
+1
2023-05-05
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE
Arnaldo Carvalho de Melo
2
-1
/
+173
2023-05-02
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
1
-7
/
+7
2023-05-02
perf lock contention: Fix struct rq lock access
Namhyung Kim
1
-4
/
+4
2023-04-10
perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union perf_mem_data_src'
Ian Rogers
1
-2
/
+26
2023-04-10
perf lock contention: Support pre-5.14 kernels
Ian Rogers
1
-1
/
+14
2023-04-06
perf lock contention: Do not try to update if hash map is full
Namhyung Kim
1
-3
/
+19
2023-04-06
perf lock contention: Add data failure stat
Namhyung Kim
1
-1
/
+3
2023-04-06
perf lock contention: Update default map size to 16384
Namhyung Kim
2
-4
/
+4
2023-04-04
perf lock contention: Show detail failure reason for BPF
Namhyung Kim
1
-3
/
+10
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
2
-15
/
+29
2023-03-15
perf bpf filter: Add data_src sample data support
Namhyung Kim
1
-0
/
+23
2023-03-15
perf bpf filter: Add more weight sample data support
Namhyung Kim
1
-0
/
+8
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
2
-2
/
+6
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
2
-0
/
+150
2023-03-14
perf tools bpf: Add vmlinux.h to .gitignore
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-03-14
perf lock contention: Show lock type with address
Namhyung Kim
1
-0
/
+2
2023-03-14
perf lock contention: Show per-cpu rq_lock with address
Namhyung Kim
2
-0
/
+36
2023-03-14
perf lock contention: Track and show siglock with address
Namhyung Kim
2
-1
/
+7
2023-03-14
perf lock contention: Track and show mmap_lock with address
Namhyung Kim
2
-0
/
+47
2023-03-13
perf lock contention: Fix compiler builtin detection
Ian Rogers
1
-1
/
+7
[next]