Home
last modified time | relevance | path

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

/external/blktrace/
Dblktrace.c283 static int stop_watch; variable
2166 stop_watch = atoi(optarg); in handle_args()
2167 if (stop_watch <= 0) { in handle_args()
2170 stop_watch); in handle_args()
2703 if (stop_watch) in run_tracers()
2704 alarm(stop_watch); in run_tracers()