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

/linux-master/tools/tracing/rtla/src/
H A Dosnoise.h23 long long orig_timerlat_period_us; member in struct:osnoise_context
H A Dosnoise.c352 if (context->orig_timerlat_period_us != OSNOISE_TIME_INIT_VAL)
353 return context->orig_timerlat_period_us;
359 context->orig_timerlat_period_us = timerlat_period_us;
393 if (context->orig_timerlat_period_us == OSNOISE_TIME_INIT_VAL)
396 if (context->orig_timerlat_period_us == context->timerlat_period_us)
399 retval = osnoise_write_ll_config("osnoise/timerlat_period_us", context->orig_timerlat_period_us);
414 if (context->orig_timerlat_period_us == OSNOISE_TIME_INIT_VAL)
417 context->orig_timerlat_period_us = OSNOISE_TIME_INIT_VAL;

Completed in 122 milliseconds