Searched defs:trace_array (Results 1 – 1 of 1) sorted by relevance
176 struct trace_array { struct177 struct list_head list;178 char *name;179 struct trace_buffer trace_buffer;192 struct trace_buffer max_buffer;193 bool allocated_snapshot;194 unsigned long max_latency;209 arch_spinlock_t max_lock;210 int buffer_disabled;212 int sys_refcount_enter;[all …]