Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
331 struct trace_array { struct332 struct list_head list;333 char *name;334 struct array_buffer array_buffer;348 struct array_buffer snapshot_buffer;349 bool allocated_snapshot;350 spinlock_t snapshot_trigger_lock;351 unsigned int snapshot;353 unsigned long max_latency;354 struct dentry *d_max_latency;[all …]