Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsyscalls.h144 extern struct trace_event_functions enter_syscall_print_funcs;
155 .event.funcs = &enter_syscall_print_funcs, \
/linux/kernel/trace/
H A Dtrace_syscalls.c1299 struct trace_event_functions enter_syscall_print_funcs = { variable
H A Dtrace.c4234 return (event->funcs == &enter_syscall_print_funcs) || in is_syscall_event()