Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise.c172 if (context->runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
175 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
186 return OSNOISE_TIME_INIT_VAL; in osnoise_get_runtime()
198 if (context->period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()
201 if (context->orig_period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period()
212 return OSNOISE_TIME_INIT_VAL; in osnoise_get_period()
220 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime()
236 if (context->orig_period_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_period()
269 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()
[all...]
H A Dosnoise.h56 #define OSNOISE_TIME_INIT_VAL (0) macro

Completed in 2 milliseconds