Lines Matching defs:trace_array
246 struct trace_array { struct
247 struct list_head list;
248 char *name;
249 struct trace_buffer trace_buffer;
262 struct trace_buffer max_buffer;
263 bool allocated_snapshot;
266 unsigned long max_latency;
268 struct trace_pid_list __rcu *filtered_pids;
282 arch_spinlock_t max_lock;
283 int buffer_disabled;
285 int sys_refcount_enter;
286 int sys_refcount_exit;
287 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
288 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
290 int stop_count;
291 int clock_id;
292 int nr_topts;
293 bool clear_trace;
294 int buffer_percent;
295 unsigned int n_err_log_entries;
296 struct tracer *current_trace;
297 unsigned int trace_flags;
298 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
299 unsigned int flags;
300 raw_spinlock_t start_lock;
301 struct list_head err_log;
302 struct dentry *dir;
303 struct dentry *options;
304 struct dentry *percpu_dir;
305 struct dentry *event_dir;
306 struct trace_options *topts;
307 struct list_head systems;
308 struct list_head events;
309 struct trace_event_file *trace_marker_file;
310 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
311 int ref;
335 extern struct list_head ftrace_trace_arrays; argument
339 extern int trace_array_get(struct trace_array *tr); argument