Searched defs:trace_status (Results 1 – 2 of 2) sorted by relevance
92 struct trace_status struct96 const char *filename;99 int running_known;102 int running;104 enum trace_stop_reason stop_reason;109 int stopping_tracepoint;115 char *stop_desc;119 int traceframe_count;123 int traceframes_created;127 int buffer_size;[all …]
162 static struct trace_status trace_status; variable