Lines Matching defs:trace_array
202 struct trace_array { struct
203 struct list_head list;
204 char *name;
205 struct trace_buffer trace_buffer;
218 struct trace_buffer max_buffer;
219 bool allocated_snapshot;
222 unsigned long max_latency;
224 struct trace_pid_list __rcu *filtered_pids;
238 arch_spinlock_t max_lock;
239 int buffer_disabled;
241 int sys_refcount_enter;
242 int sys_refcount_exit;
243 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
244 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
246 int stop_count;
247 int clock_id;
248 int nr_topts;
249 bool clear_trace;
250 struct tracer *current_trace;
251 unsigned int trace_flags;
252 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
253 unsigned int flags;
254 raw_spinlock_t start_lock;
255 struct dentry *dir;
256 struct dentry *options;
257 struct dentry *percpu_dir;
258 struct dentry *event_dir;
259 struct trace_options *topts;
260 struct list_head systems;
261 struct list_head events;
285 extern struct list_head ftrace_trace_arrays; argument
289 extern int trace_array_get(struct trace_array *tr); argument