Lines Matching defs:trace_array
290 struct trace_array { struct
291 struct list_head list;
292 char *name;
293 struct array_buffer array_buffer;
306 struct array_buffer max_buffer;
307 bool allocated_snapshot;
311 unsigned long max_latency;
313 struct dentry *d_max_latency;
314 struct work_struct fsnotify_work;
315 struct irq_work fsnotify_irqwork;
318 struct trace_pid_list __rcu *filtered_pids;
319 struct trace_pid_list __rcu *filtered_no_pids;
333 arch_spinlock_t max_lock;
334 int buffer_disabled;
336 int sys_refcount_enter;
337 int sys_refcount_exit;
338 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
339 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
341 int stop_count;
342 int clock_id;
343 int nr_topts;
344 bool clear_trace;
345 int buffer_percent;
346 unsigned int n_err_log_entries;
347 struct tracer *current_trace;
348 unsigned int trace_flags;
349 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
350 unsigned int flags;
351 raw_spinlock_t start_lock;
352 struct list_head err_log;
353 struct dentry *dir;
354 struct dentry *options;
355 struct dentry *percpu_dir;
356 struct dentry *event_dir;
357 struct trace_options *topts;
358 struct list_head systems;
359 struct list_head events;
360 struct trace_event_file *trace_marker_file;
361 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
362 int ref;
363 int trace_ref;
365 struct ftrace_ops *ops;
389 extern struct list_head ftrace_trace_arrays; argument
393 extern int trace_array_get(struct trace_array *tr); argument