Searched refs:stop_count (Results 1 – 2 of 2) sorted by relevance
1812 if (tr->stop_count) in update_max_tr()1860 if (tr->stop_count) in update_max_tr_single()2313 return global_trace.stop_count; in is_tracing_stopped()2325 if (--tr->stop_count) { in tracing_start_tr()2326 if (WARN_ON_ONCE(tr->stop_count < 0)) { in tracing_start_tr()2328 tr->stop_count = 0; in tracing_start_tr()2370 if (tr->stop_count++) in tracing_stop_tr()4943 if (!iter->snapshot && tr->stop_count) in tracing_release()
349 int stop_count; member