Lines Matching defs:trace_array
319 struct trace_array { struct
320 struct list_head list;
321 char *name;
322 struct array_buffer array_buffer;
335 struct array_buffer max_buffer;
336 bool allocated_snapshot;
339 unsigned long max_latency;
341 struct dentry *d_max_latency;
342 struct work_struct fsnotify_work;
343 struct irq_work fsnotify_irqwork;
346 struct trace_pid_list __rcu *filtered_pids;
347 struct trace_pid_list __rcu *filtered_no_pids;
361 arch_spinlock_t max_lock;
362 int buffer_disabled;
364 int sys_refcount_enter;
365 int sys_refcount_exit;
366 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
367 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
369 int stop_count;
370 int clock_id;
371 int nr_topts;
372 bool clear_trace;
373 int buffer_percent;
374 unsigned int n_err_log_entries;
375 struct tracer *current_trace;
376 unsigned int trace_flags;
377 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
378 unsigned int flags;
379 raw_spinlock_t start_lock;
380 struct list_head err_log;
381 struct dentry *dir;
382 struct dentry *options;
383 struct dentry *percpu_dir;
384 struct dentry *event_dir;
385 struct trace_options *topts;
386 struct list_head systems;
387 struct list_head events;
388 struct trace_event_file *trace_marker_file;
389 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
391 cpumask_var_t pipe_cpumask;
392 int ref;
393 int trace_ref;
395 struct ftrace_ops *ops;
419 extern struct list_head ftrace_trace_arrays; argument
423 extern int trace_array_get(struct trace_array *tr); argument