Searched defs:trace_iterator (Results 1 – 1 of 1) sorted by relevance
96 struct trace_iterator { struct97 struct trace_array *tr;98 struct tracer *trace;100 void *private;101 int cpu_file;102 struct mutex mutex;108 unsigned int fmt_size;109 atomic_t wait_index;117 bool closed;120 bool snapshot;[all …]
Completed in 22 milliseconds