Searched refs:OSNOISE_OPTION_INIT_VAL (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c428 if (context->stop_us != OSNOISE_OPTION_INIT_VAL)
431 if (context->orig_stop_us != OSNOISE_OPTION_INIT_VAL)
442 return OSNOISE_OPTION_INIT_VAL;
453 if (curr_stop_us == OSNOISE_OPTION_INIT_VAL)
472 if (context->orig_stop_us == OSNOISE_OPTION_INIT_VAL)
483 context->stop_us = OSNOISE_OPTION_INIT_VAL;
493 if (context->orig_stop_us == OSNOISE_OPTION_INIT_VAL)
496 context->orig_stop_us = OSNOISE_OPTION_INIT_VAL;
507 if (context->stop_total_us != OSNOISE_OPTION_INIT_VAL)
510 if (context->orig_stop_total_us != OSNOISE_OPTION_INIT_VAL)
[all...]
H A Dosnoise.h55 #define OSNOISE_OPTION_INIT_VAL (-1) macro

Completed in 99 milliseconds