index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_skel
/
augmented_raw_syscalls.bpf.c
Age
Commit message (
Expand
)
Author
2025-01-23
perf trace: Fix BPF loading failure (-E2BIG)
Howard Chu
2024-10-23
perf trace augmented_raw_syscalls: Add more checks to pass the verifier
Howard Chu
2024-10-23
perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...
Arnaldo Carvalho de Melo
2024-09-10
perf trace: Collect augmented data using BPF
Howard Chu
2024-09-10
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
2024-09-09
perf trace: Use a common encoding for augmented arguments, with size + error ...
Arnaldo Carvalho de Melo
2024-09-09
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...
Arnaldo Carvalho de Melo
2024-03-21
perf trace: Collect sys_nanosleep first argument
Arnaldo Carvalho de Melo
2024-02-16
perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
Arnaldo Carvalho de Melo
2023-10-19
perf trace: Use the right bpf_probe_read(_str) variant for reading user data
Thomas Richter
2023-09-17
perf trace: Avoid compile error wrt redefining bool
Ian Rogers
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...
Arnaldo Carvalho de Melo
2023-08-21
perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...
Arnaldo Carvalho de Melo
2023-08-16
perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...
Arnaldo Carvalho de Melo
2023-08-15
perf trace: Tidy comments related to BPF + syscall augmentation
Ian Rogers
2023-08-15
perf trace: Migrate BPF augmentation to use a skeleton
Ian Rogers