Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
298 struct trace_array { struct299 struct list_head list;300 char *name;301 struct array_buffer array_buffer;314 struct array_buffer max_buffer;315 bool allocated_snapshot;318 unsigned long max_latency;320 struct dentry *d_max_latency;321 struct work_struct fsnotify_work;322 struct irq_work fsnotify_irqwork;[all …]