Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_syscalls.c947 trace_file = READ_ONCE(tr->exit_syscall_files[syscall_nr]); in ftrace_syscall_exit()
1032 WRITE_ONCE(tr->exit_syscall_files[num], file); in reg_event_syscall_exit()
1050 WRITE_ONCE(tr->exit_syscall_files[num], NULL); in unreg_event_syscall_exit()
H A Dtrace.h387 struct trace_event_file *exit_syscall_files[NR_syscalls]; member