Searched refs:stop_count (Results 1 – 2 of 2) sorted by relevance
1080 if (tr->stop_count) in update_max_tr()1120 if (tr->stop_count) in update_max_tr_single()1428 return global_trace.stop_count; in is_tracing_stopped()1446 if (--global_trace.stop_count) { in tracing_start()1447 if (global_trace.stop_count < 0) { in tracing_start()1450 global_trace.stop_count = 0; in tracing_start()1488 if (--tr->stop_count) { in tracing_start_tr()1489 if (tr->stop_count < 0) { in tracing_start_tr()1492 tr->stop_count = 0; in tracing_start_tr()1517 if (global_trace.stop_count++) in tracing_stop()[all …]
231 int stop_count; member