Searched defs:trace_array (Results 1 – 2 of 2) 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 …]
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 …]