Lines Matching defs:stop_us
426 long long stop_us;
428 if (context->stop_us != OSNOISE_OPTION_INIT_VAL)
429 return context->stop_us;
434 stop_us = osnoise_read_ll_config("osnoise/stop_tracing_us");
435 if (stop_us < 0)
438 context->orig_stop_us = stop_us;
439 return stop_us;
448 int osnoise_set_stop_us(struct osnoise_context *context, long long stop_us)
456 retval = osnoise_write_ll_config("osnoise/stop_tracing_us", stop_us);
460 context->stop_us = stop_us;
475 if (context->orig_stop_us == context->stop_us)
480 err_msg("Could not restore original osnoise stop_us\n");
483 context->stop_us = OSNOISE_OPTION_INIT_VAL;
958 context->stop_us = OSNOISE_OPTION_INIT_VAL;