Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
288 struct trace_array { struct289 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;[all …]