syscall_enter_     39 tools/perf/examples/bpf/augmented_syscalls.c 	struct syscall_enter_##syscall##_args	args;				 		\
syscall_enter_     42 tools/perf/examples/bpf/augmented_syscalls.c int syscall_enter(syscall)(struct syscall_enter_##syscall##_args *args)				\
syscall_enter_    111 tools/perf/examples/bpf/augmented_syscalls.c 	struct syscall_enter_##syscall##_args	args;				 		\
syscall_enter_    114 tools/perf/examples/bpf/augmented_syscalls.c int syscall_enter(syscall)(struct syscall_enter_##syscall##_args *args)				\
syscall_enter_     35 tools/perf/examples/bpf/etcsnoop.c 	struct syscall_enter_##syscall##_args	args;				 		\
syscall_enter_     38 tools/perf/examples/bpf/etcsnoop.c int syscall_enter(syscall)(struct syscall_enter_##syscall##_args *args)				\
syscall_enter_     56 tools/perf/include/bpf/bpf.h 	SEC("syscalls:sys_enter_" #name) syscall_enter_ ## name