Lines Matching defs:trace_array
288 struct trace_array { struct
289 struct list_head list;
290 char *name;
291 struct array_buffer array_buffer;
304 struct array_buffer max_buffer;
305 bool allocated_snapshot;
308 unsigned long max_latency;
310 struct dentry *d_max_latency;
311 struct work_struct fsnotify_work;
312 struct irq_work fsnotify_irqwork;
315 struct trace_pid_list __rcu *filtered_pids;
316 struct trace_pid_list __rcu *filtered_no_pids;
330 arch_spinlock_t max_lock;
331 int buffer_disabled;
333 int sys_refcount_enter;
334 int sys_refcount_exit;
335 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
336 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
338 int stop_count;
339 int clock_id;
340 int nr_topts;
341 bool clear_trace;
342 int buffer_percent;
343 unsigned int n_err_log_entries;
344 struct tracer *current_trace;
345 unsigned int trace_flags;
346 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE];
347 unsigned int flags;
348 raw_spinlock_t start_lock;
349 struct list_head err_log;
350 struct dentry *dir;
351 struct dentry *options;
352 struct dentry *percpu_dir;
353 struct dentry *event_dir;
354 struct trace_options *topts;
355 struct list_head systems;
356 struct list_head events;
357 struct trace_event_file *trace_marker_file;
358 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
359 int ref;
360 int trace_ref;
385 extern struct list_head ftrace_trace_arrays; argument
389 extern int trace_array_get(struct trace_array *tr); argument