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 const char *system_names;
381 struct list_head err_log;
382 struct dentry *dir;
383 struct dentry *options;
384 struct dentry *percpu_dir;
385 struct eventfs_inode *event_dir;
386 struct trace_options *topts;
387 struct list_head systems;
388 struct list_head events;
389 struct trace_event_file *trace_marker_file;
390 cpumask_var_t tracing_cpumask; /* only trace on set CPUs */
392 cpumask_var_t pipe_cpumask;
393 int ref;
394 int trace_ref;
396 struct ftrace_ops *ops;
397 struct trace_pid_list __rcu *function_pids;
398 struct trace_pid_list __rcu *function_no_pids;
401 struct list_head func_probes;
425 extern struct list_head ftrace_trace_arrays; argument
429 extern int trace_array_get(struct trace_array *tr); argument