Lines Matching defs:trace_array
176 struct trace_array { struct
177 struct list_head list;
178 char *name;
179 struct trace_buffer trace_buffer;
192 struct trace_buffer max_buffer;
193 bool allocated_snapshot;
194 unsigned long max_latency;
209 arch_spinlock_t max_lock;
210 int buffer_disabled;
212 int sys_refcount_enter;
213 int sys_refcount_exit;
214 struct ftrace_event_file __rcu *enter_syscall_files[NR_syscalls];
215 struct ftrace_event_file __rcu *exit_syscall_files[NR_syscalls];
217 int stop_count;
241 extern struct list_head ftrace_trace_arrays; argument
245 extern int trace_array_get(struct trace_array *tr); argument