Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
175 struct trace_array { struct176 struct list_head list;177 char *name;178 struct trace_buffer trace_buffer;191 struct trace_buffer max_buffer;192 bool allocated_snapshot;193 unsigned long max_latency;208 arch_spinlock_t max_lock;209 int buffer_disabled;211 int sys_refcount_enter;[all …]