aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel/augmented_raw_syscalls.bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim1-1/+2
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu1-7/+4
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu1-2/+18
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo1-0/+2
2024-09-10perf trace: Collect augmented data using BPFHoward Chu1-1/+106
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu1-0/+7
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo1-41/+63
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo1-2/+2
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo1-0/+21
2024-02-16perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.hArnaldo Carvalho de Melo1-14/+1
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter1-8/+8
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers1-0/+2
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...Arnaldo Carvalho de Melo1-0/+1
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...Arnaldo Carvalho de Melo1-0/+11
2023-08-16perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...Arnaldo Carvalho de Melo1-4/+2
2023-08-15perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers1-8/+0
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers1-0/+418