Home
last modified time | relevance | path

Searched refs:exit_args (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c276 struct syscall_exit_args exit_args; in sys_exit() local
281 probe_read(&exit_args, sizeof(exit_args), args); in sys_exit()
287 bpf_tail_call(args, &syscalls_sys_exit, exit_args.syscall_nr); in sys_exit()