index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_skel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 'origin/master' into perf-tools-next
Namhyung Kim
2024-11-04
1
-2
/
+20
|
\
|
*
perf trace augmented_raw_syscalls: Add more checks to pass the verifier
Howard Chu
2024-10-23
1
-2
/
+18
|
*
perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...
Arnaldo Carvalho de Melo
2024-10-23
1
-0
/
+2
*
|
perf stat: Support inherit events during fork() for bperf
Tengda Wu
2024-11-02
2
-7
/
+96
|
/
*
perf trace: Collect augmented data using BPF
Howard Chu
2024-09-10
1
-1
/
+106
*
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
2024-09-10
1
-0
/
+7
*
perf trace: Use a common encoding for augmented arguments, with size + error ...
Arnaldo Carvalho de Melo
2024-09-10
1
-41
/
+63
*
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...
Arnaldo Carvalho de Melo
2024-09-10
1
-2
/
+2
*
perf record offcpu: Constify control data for BPF
Namhyung Kim
2024-09-03
1
-4
/
+5
*
perf lock contention: Constify control data for BPF
Namhyung Kim
2024-09-03
1
-13
/
+14
*
perf kwork: Constify control data for BPF
Namhyung Kim
2024-09-03
2
-3
/
+4
*
perf ftrace latency: Constify control data for BPF
Namhyung Kim
2024-09-03
1
-3
/
+4
*
perf stat: Constify control data for BPF
Namhyung Kim
2024-09-03
1
-1
/
+1
*
perf lock contention: Do not fail EEXIST for update
Namhyung Kim
2024-08-30
1
-0
/
+7
*
perf lock contention: Simplify spinlock check
Namhyung Kim
2024-08-30
1
-2
/
+1
*
perf lock contention: Handle error in a single place
Namhyung Kim
2024-08-30
1
-12
/
+4
*
perf bpf-filter: Support filtering on cgroups
Namhyung Kim
2024-08-28
3
-2
/
+5
*
perf bpf-filter: Support multiple events properly
Namhyung Kim
2024-08-28
3
-10
/
+48
*
perf lock contention: Change stack_id type to s32
Namhyung Kim
2024-08-12
2
-2
/
+3
*
perf bpf-filter: Support separate lost counts for each filter
Namhyung Kim
2024-08-01
1
-2
/
+13
*
perf bpf-filter: Split per-task filter use case
Namhyung Kim
2024-08-01
2
-0
/
+22
*
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
2024-08-01
2
-18
/
+22
*
perf bpf filter: Add uid and gid terms
Ian Rogers
2024-05-30
2
-0
/
+7
*
perf bpf filter: Give terms their own enum
Ian Rogers
2024-05-30
2
-19
/
+87
*
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2024-04-22
1
-1
/
+4
|
\
|
*
perf lock contention: Add a missing NULL check
Namhyung Kim
2024-04-11
1
-1
/
+4
*
|
perf bench uprobe: Add uretprobe variant of uprobe benchmarks
Ian Rogers
2024-04-12
1
-0
/
+16
*
|
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
2024-03-21
1
-0
/
+21
|
/
*
perf lock contention: Account contending locks too
Namhyung Kim
2024-02-29
2
-7
/
+16
*
perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
Arnaldo Carvalho de Melo
2024-02-17
2
-14
/
+8
*
perf lock contention: Use per-cpu array map for spinlocks
Namhyung Kim
2023-10-25
1
-17
/
+72
*
perf lock contention: Check race in tstamp elem creation
Namhyung Kim
2023-10-25
1
-1
/
+5
*
perf lock contention: Clear lock addr after use
Namhyung Kim
2023-10-25
1
-0
/
+4
*
perf trace: Use the right bpf_probe_read(_str) variant for reading user data
Thomas Richter
2023-10-20
1
-8
/
+8
*
perf tools: Do not ignore the default vmlinux.h
Namhyung Kim
2023-10-19
1
-0
/
+1
*
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
2023-10-10
1
-0
/
+2
|
\
|
*
perf trace: Avoid compile error wrt redefining bool
Ian Rogers
2023-09-18
1
-0
/
+2
*
|
perf lock contention: Add -G/--cgroup-filter option
Namhyung Kim
2023-09-12
1
-0
/
+17
*
|
perf lock contention: Add --lock-cgroup option
Namhyung Kim
2023-09-12
2
-2
/
+32
*
|
perf kwork top: Add BPF-based statistics on softirq event support
Yang Jihong
2023-09-12
1
-0
/
+72
*
|
perf kwork top: Add BPF-based statistics on hardirq event support
Yang Jihong
2023-09-12
1
-0
/
+79
*
|
perf kwork top: Implements BPF-based cpu usage statistics
Yang Jihong
2023-09-12
1
-0
/
+187
|
/
*
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...
Arnaldo Carvalho de Melo
2023-08-21
1
-0
/
+1
*
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...
Arnaldo Carvalho de Melo
2023-08-21
1
-0
/
+11
*
perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...
Arnaldo Carvalho de Melo
2023-08-16
1
-4
/
+2
*
perf trace: Tidy comments related to BPF + syscall augmentation
Ian Rogers
2023-08-15
1
-8
/
+0
*
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers
2023-08-15
1
-0
/
+418
*
perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...
Arnaldo Carvalho de Melo
2023-07-20
1
-0
/
+11
*
perf bench uprobe empty: Add entry attaching an empty BPF program
Arnaldo Carvalho de Melo
2023-07-20
1
-0
/
+12
*
perf bpf: Move the declaration of struct rq
Ian Rogers
2023-06-24
2
-2
/
+10
[next]