Lines Matching defs:trace_array
189 struct trace_array { struct
190 struct list_head list;
191 char *name;
192 struct trace_buffer trace_buffer;
205 struct trace_buffer max_buffer;
206 bool allocated_snapshot;
207 unsigned long max_latency;
209 struct trace_pid_list __rcu *filtered_pids;
223 arch_spinlock_t max_lock;
224 int buffer_disabled;
226 int sys_refcount_enter;
227 int sys_refcount_exit;
228 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
229 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
231 int stop_count;
232 int clock_id;
233 int nr_topts;
234 struct tracer *current_trace;
235 unsigned int trace_flags;
259 extern struct list_head ftrace_trace_arrays; argument
263 extern int trace_array_get(struct trace_array *tr); argument