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