Lines Matching defs:trace_array
27994 struct trace_array { struct
27995 struct list_head list;
27996 char *name;
27997 struct array_buffer array_buffer;
27998 struct array_buffer max_buffer;
27999 bool allocated_snapshot;
28000 long unsigned int max_latency;
28001 struct dentry *d_max_latency;
28002 struct work_struct fsnotify_work;
28003 struct irq_work fsnotify_irqwork;
28004 struct trace_pid_list *filtered_pids;
28005 struct trace_pid_list *filtered_no_pids;
28006 arch_spinlock_t max_lock;
28007 int buffer_disabled;
28008 int sys_refcount_enter;
28009 int sys_refcount_exit;
28010 struct trace_event_file *enter_syscall_files[450];
28011 struct trace_event_file *exit_syscall_files[450];
28012 int stop_count;
28013 int clock_id;
28014 int nr_topts;
28015 bool clear_trace;
28016 int buffer_percent;
28017 unsigned int n_err_log_entries;
28018 struct tracer *current_trace;
28019 unsigned int trace_flags;
28020 unsigned char trace_flags_index[32];
28021 unsigned int flags;
28022 raw_spinlock_t start_lock;
28023 struct list_head err_log;
28024 struct dentry *dir;
28025 struct dentry *options;
28026 struct dentry *percpu_dir;
28027 struct dentry *event_dir;
28028 struct trace_options *topts;
28052 int (*init)(struct trace_array *); argument