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;337 spinlock_t snapshot_trigger_lock;338 unsigned int snapshot;339 unsigned long max_latency;341 struct dentry *d_max_latency;[all …]