Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.c176 if (context->runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
179 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
190 return OSNOISE_TIME_INIT_VAL; in osnoise_get_runtime()
202 if (context->period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()
205 if (context->orig_period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()
216 return OSNOISE_TIME_INIT_VAL; in osnoise_get_period()
224 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime()
240 if (context->orig_period_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_period()
273 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()
[all...]
H A Dosnoise.h105 #define OSNOISE_TIME_INIT_VAL (0) macro