Home
last modified time | relevance | path

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

/linux-6.1.9/tools/tracing/rtla/src/
Dosnoise.c259 unsigned long long curr_period_us; in osnoise_set_runtime_period() local
266 curr_period_us = osnoise_get_period(context); in osnoise_set_runtime_period()
269 if (curr_period_us == OSNOISE_TIME_INIT_VAL || curr_runtime_us == OSNOISE_TIME_INIT_VAL) in osnoise_set_runtime_period()
273 if (runtime > curr_period_us) in osnoise_set_runtime_period()
282 if (runtime > curr_period_us) { in osnoise_set_runtime_period()