Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.c262 unsigned long long curr_runtime_us; in osnoise_set_runtime_period() local
269 curr_runtime_us = osnoise_get_runtime(context); in osnoise_set_runtime_period()
273 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()
281 if (period < curr_runtime_us) in osnoise_set_runtime_period()