Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsyscalls.h145 extern struct trace_event_functions exit_syscall_print_funcs;
171 .event.funcs = &exit_syscall_print_funcs, \
/linux/kernel/trace/
H A Dtrace_syscalls.c1303 struct trace_event_functions exit_syscall_print_funcs = { variable
H A Dtrace.c4235 (event->funcs == &exit_syscall_print_funcs); in is_syscall_event()