Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/
Dsyscall.h33 struct trace_event_call *exit_event; member
/linux-4.4.14/kernel/trace/
Dtrace_syscalls.c175 if (entry->exit_event->event.type != ent->type) { in print_syscall_exit()
375 sys_data->exit_event->event.type, sizeof(*entry), in ftrace_syscall_exit()
642 head = this_cpu_ptr(sys_data->exit_event->perf_events); in perf_syscall_exit()
651 sys_data->exit_event->event.type, NULL, &rctx); in perf_syscall_exit()
/linux-4.4.14/include/linux/
Dsyscalls.h168 .exit_event = &event_exit_##sname, \