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