Lines Matching defs:trace_array
292 struct trace_array { struct
293 struct list_head list;
294 char *name;
295 struct array_buffer array_buffer;
308 struct array_buffer max_buffer;
309 bool allocated_snapshot;
313 unsigned long max_latency;
315 struct dentry *d_max_latency;
316 struct work_struct fsnotify_work;
317 struct irq_work fsnotify_irqwork;
320 struct trace_pid_list __rcu *filtered_pids;
321 struct trace_pid_list __rcu *filtered_no_pids;
335 arch_spinlock_t max_lock;
336 int buffer_disabled;
338 int sys_refcount_enter;
339 int sys_refcount_exit;
340 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
341 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
343 int stop_count;
344 int clock_id;
345 int nr_topts;
346 bool clear_trace;
347 int buffer_percent;
348 unsigned int n_err_log_entries;
349 struct tracer *current_trace;
350 unsigned int trace_flags;
351 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
352 unsigned int flags;
353 raw_spinlock_t start_lock;
354 struct list_head err_log;
355 struct dentry *dir;
356 struct dentry *options;
357 struct dentry *percpu_dir;
358 struct dentry *event_dir;
359 struct trace_options *topts;
360 struct list_head systems;
361 struct list_head events;
362 struct trace_event_file *trace_marker_file;
363 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
364 int ref;
365 int trace_ref;
367 struct ftrace_ops *ops;
391 extern struct list_head ftrace_trace_arrays; argument
395 extern int trace_array_get(struct trace_array *tr); argument