|
@@ -192,8 +192,8 @@ struct trace_array {
|
|
|
#ifdef CONFIG_FTRACE_SYSCALLS
|
|
#ifdef CONFIG_FTRACE_SYSCALLS
|
|
|
int sys_refcount_enter;
|
|
int sys_refcount_enter;
|
|
|
int sys_refcount_exit;
|
|
int sys_refcount_exit;
|
|
|
- struct ftrace_event_file *enter_syscall_files[NR_syscalls];
|
|
|
|
|
- struct ftrace_event_file *exit_syscall_files[NR_syscalls];
|
|
|
|
|
|
|
+ struct ftrace_event_file __rcu *enter_syscall_files[NR_syscalls];
|
|
|
|
|
+ struct ftrace_event_file __rcu *exit_syscall_files[NR_syscalls];
|
|
|
#endif
|
|
#endif
|
|
|
int stop_count;
|
|
int stop_count;
|
|
|
int clock_id;
|
|
int clock_id;
|