Home
last modified time | relevance | path

Searched refs:stop_count (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace.c1080 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 …]
Dtrace.h231 int stop_count; member