Searched refs:exit_syscall_files (Results 1 – 2 of 2) sorted by relevance
947 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()
387 struct trace_event_file *exit_syscall_files[NR_syscalls]; member