Lines Matching defs:trace_array
38006 struct trace_array { struct
38007 struct list_head list;
38008 char *name;
38009 struct array_buffer array_buffer;
38010 struct trace_pid_list *filtered_pids;
38011 struct trace_pid_list *filtered_no_pids;
38012 arch_spinlock_t max_lock;
38013 int buffer_disabled;
38014 int sys_refcount_enter;
38015 int sys_refcount_exit;
38016 struct trace_event_file *enter_syscall_files[441];
38017 struct trace_event_file *exit_syscall_files[441];
38018 int stop_count;
38019 int clock_id;
38020 int nr_topts;
38021 bool clear_trace;
38022 int buffer_percent;
38023 unsigned int n_err_log_entries;
38024 struct tracer *current_trace;
38025 unsigned int trace_flags;
38026 unsigned char trace_flags_index[32];
38027 unsigned int flags;
38028 raw_spinlock_t start_lock;
38029 struct list_head err_log;
38030 struct dentry *dir;
38031 struct dentry *options;
38032 struct dentry *percpu_dir;
38056 int (*init)(struct trace_array *); argument