Lines Matching defs:trace_array
296 struct trace_array { struct
297 struct list_head list;
298 char *name;
299 struct array_buffer array_buffer;
312 struct array_buffer max_buffer;
313 bool allocated_snapshot;
316 unsigned long max_latency;
318 struct dentry *d_max_latency;
319 struct work_struct fsnotify_work;
320 struct irq_work fsnotify_irqwork;
323 struct trace_pid_list __rcu *filtered_pids;
324 struct trace_pid_list __rcu *filtered_no_pids;
338 arch_spinlock_t max_lock;
339 int buffer_disabled;
341 int sys_refcount_enter;
342 int sys_refcount_exit;
343 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
344 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
346 int stop_count;
347 int clock_id;
348 int nr_topts;
349 bool clear_trace;
350 int buffer_percent;
351 unsigned int n_err_log_entries;
352 struct tracer *current_trace;
353 unsigned int trace_flags;
354 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
355 unsigned int flags;
356 raw_spinlock_t start_lock;
357 struct list_head err_log;
358 struct dentry *dir;
359 struct dentry *options;
360 struct dentry *percpu_dir;
361 struct dentry *event_dir;
362 struct trace_options *topts;
363 struct list_head systems;
364 struct list_head events;
365 struct trace_event_file *trace_marker_file;
366 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
367 int ref;
368 int trace_ref;
370 struct ftrace_ops *ops;
394 extern struct list_head ftrace_trace_arrays; argument
398 extern int trace_array_get(struct trace_array *tr); argument