Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/trace/
Dtrace_syscalls.c334 void ftrace_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in ftrace_syscall_exit() function
410 ret = register_trace_sys_exit(ftrace_syscall_exit, NULL); in reg_event_syscall_exit()
430 unregister_trace_sys_exit(ftrace_syscall_exit, NULL); in unreg_event_syscall_exit()