Lines Matching defs:trace_array
23806 struct trace_array { struct
23807 struct list_head list;
23808 char *name;
23809 struct array_buffer array_buffer;
23810 struct array_buffer max_buffer;
23811 bool allocated_snapshot;
23812 long unsigned int max_latency;
23813 struct dentry *d_max_latency;
23814 struct work_struct fsnotify_work;
23815 struct irq_work fsnotify_irqwork;
23816 struct trace_pid_list *filtered_pids;
23817 struct trace_pid_list *filtered_no_pids;
23818 arch_spinlock_t max_lock;
23819 int buffer_disabled;
23820 int sys_refcount_enter;
23821 int sys_refcount_exit;
23822 struct trace_event_file *enter_syscall_files[451];
23823 struct trace_event_file *exit_syscall_files[451];
23824 int stop_count;
23825 int clock_id;
23826 int nr_topts;
23827 bool clear_trace;
23828 int buffer_percent;
23829 unsigned int n_err_log_entries;
23830 struct tracer *current_trace;
23831 unsigned int trace_flags;
23832 unsigned char trace_flags_index[32];
23833 unsigned int flags;
23834 raw_spinlock_t start_lock;
23835 struct list_head err_log;
23836 struct dentry *dir;
23837 struct dentry *options;
23838 struct dentry *percpu_dir;
23839 struct dentry *event_dir;
23840 struct trace_options *topts;
23864 int (*init)(struct trace_array *); argument