Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
27994 struct trace_array { struct27995 struct list_head list;27996 char *name;27997 struct array_buffer array_buffer;27998 struct array_buffer max_buffer;27999 bool allocated_snapshot;28000 long unsigned int max_latency;28001 struct dentry *d_max_latency;28002 struct work_struct fsnotify_work;28003 struct irq_work fsnotify_irqwork;[all …]