Lines Matching defs:trace_array
15603 struct trace_array { struct
15604 struct list_head list;
15605 char *name;
15606 struct array_buffer array_buffer;
15607 struct array_buffer max_buffer;
15608 bool allocated_snapshot;
15609 long unsigned int max_latency;
15610 struct dentry *d_max_latency;
15611 struct work_struct fsnotify_work;
15612 struct irq_work fsnotify_irqwork;
15613 struct trace_pid_list *filtered_pids;
15614 struct trace_pid_list *filtered_no_pids;
15615 arch_spinlock_t max_lock;
15616 int buffer_disabled;
15617 int sys_refcount_enter;
15618 int sys_refcount_exit;
15619 struct trace_event_file *enter_syscall_files[451];
15620 struct trace_event_file *exit_syscall_files[451];
15621 int stop_count;
15622 int clock_id;
15623 int nr_topts;
15624 bool clear_trace;
15625 int buffer_percent;
15626 unsigned int n_err_log_entries;
15627 struct tracer *current_trace;
15628 unsigned int trace_flags;
15629 unsigned char trace_flags_index[32];
15630 unsigned int flags;
15631 raw_spinlock_t start_lock;
15632 struct list_head err_log;
15633 struct dentry *dir;
15634 struct dentry *options;
15635 struct dentry *percpu_dir;
15636 struct dentry *event_dir;
15637 struct trace_options *topts;
15661 int (*init)(struct trace_array *); argument