Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
326 struct trace_array { struct327 struct list_head list;328 char *name;329 struct array_buffer array_buffer;342 struct array_buffer max_buffer;343 bool allocated_snapshot;344 spinlock_t snapshot_trigger_lock;345 unsigned int snapshot;346 unsigned long max_latency;348 struct dentry *d_max_latency;[all …]