Lines Matching defs:trace_array
199 struct trace_array { struct
200 struct list_head list;
201 char *name;
202 struct trace_buffer trace_buffer;
215 struct trace_buffer max_buffer;
216 bool allocated_snapshot;
219 unsigned long max_latency;
221 struct trace_pid_list __rcu *filtered_pids;
235 arch_spinlock_t max_lock;
236 int buffer_disabled;
238 int sys_refcount_enter;
239 int sys_refcount_exit;
240 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
241 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
243 int stop_count;
244 int clock_id;
245 int nr_topts;
246 struct tracer *current_trace;
247 unsigned int trace_flags;
248 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
272 extern struct list_head ftrace_trace_arrays; argument
276 extern int trace_array_get(struct trace_array *tr); argument