Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_syscalls.c346 trace_file = rcu_dereference_sched(tr->exit_syscall_files[syscall_nr]); in ftrace_syscall_exit()
420 rcu_assign_pointer(tr->exit_syscall_files[num], file); in reg_event_syscall_exit()
438 RCU_INIT_POINTER(tr->exit_syscall_files[num], NULL); in unreg_event_syscall_exit()
H A Dtrace.h367 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls]; member