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