Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
281 struct trace_array { struct282 struct list_head list;283 char *name;284 struct array_buffer array_buffer;297 struct array_buffer max_buffer;298 bool allocated_snapshot;302 unsigned long max_latency;304 struct dentry *d_max_latency;305 struct work_struct fsnotify_work;306 struct irq_work fsnotify_irqwork;[all …]