Searched refs:enter_syscall_files (Results 1 – 2 of 2) sorted by relevance
886 trace_file = READ_ONCE(tr->enter_syscall_files[syscall_nr]); in ftrace_syscall_enter()994 WRITE_ONCE(tr->enter_syscall_files[num], file); in reg_event_syscall_enter()1011 WRITE_ONCE(tr->enter_syscall_files[num], NULL); in unreg_event_syscall_enter()
386 struct trace_event_file *enter_syscall_files[NR_syscalls]; member