Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
320 struct trace_array { struct321 struct list_head list;322 char *name;323 struct array_buffer array_buffer;336 struct array_buffer max_buffer;337 bool allocated_snapshot;338 spinlock_t snapshot_trigger_lock;339 unsigned int snapshot;340 unsigned long max_latency;342 struct dentry *d_max_latency;[all …]