Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise.c175 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_runtime()
176 return context->orig_runtime_us; in osnoise_get_runtime()
182 context->orig_runtime_us = runtime_us; in osnoise_get_runtime()
220 if (context->orig_runtime_us == OSNOISE_TIME_INIT_VAL) in __osnoise_write_runtime()
306 unsigned long long orig_runtime = context->orig_runtime_us; in osnoise_restore_runtime_period()
334 if (context->orig_runtime_us != OSNOISE_TIME_INIT_VAL) in osnoise_put_runtime_period()
335 context->orig_runtime_us = OSNOISE_TIME_INIT_VAL; in osnoise_put_runtime_period()
H A Dosnoise.h15 unsigned long long orig_runtime_us; member