Home
last modified time | relevance | path

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

/linux-6.1.9/tools/tracing/rtla/src/
Dosnoise.c258 unsigned long long curr_runtime_us; in osnoise_set_runtime_period() local
265 curr_runtime_us = osnoise_get_runtime(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()
277 if (period < curr_runtime_us) in osnoise_set_runtime_period()