Home
last modified time | relevance | path

Searched refs:timerlat_period_us (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise.c342 * osnoise_get_timerlat_period_us - read and save the original "timerlat_period_us"
347 long long timerlat_period_us; in osnoise_get_timerlat_period_us() local
349 if (context->timerlat_period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_timerlat_period_us()
350 return context->timerlat_period_us; in osnoise_get_timerlat_period_us()
355 timerlat_period_us = osnoise_read_ll_config("osnoise/timerlat_period_us"); in osnoise_get_timerlat_period_us()
356 if (timerlat_period_us < 0) in osnoise_get_timerlat_period_us()
359 context->orig_timerlat_period_us = timerlat_period_us; in osnoise_get_timerlat_period_us()
360 return timerlat_period_us; in osnoise_get_timerlat_period_us()
367 * osnoise_set_timerlat_period_us - set "timerlat_period_us"
369 osnoise_set_timerlat_period_us(struct osnoise_context *context, long long timerlat_period_us) osnoise_set_timerlat_period_us() argument
[all...]
H A Dosnoise.h24 long long timerlat_period_us; member
79 long long timerlat_period_us);
H A Dtimerlat_top.c32 long long timerlat_period_us; member
527 params->timerlat_period_us = get_llong_from_str(optarg); in timerlat_top_parse_args()
528 if (params->timerlat_period_us > 1000000) in timerlat_top_parse_args()
654 if (params->timerlat_period_us) { in timerlat_top_apply_config()
655 retval = osnoise_set_timerlat_period_us(top->context, params->timerlat_period_us); in timerlat_top_apply_config()
H A Dtimerlat_hist.c31 long long timerlat_period_us; member
703 params->timerlat_period_us = get_llong_from_str(optarg); in timerlat_hist_parse_args()
704 if (params->timerlat_period_us > 1000000) in timerlat_hist_parse_args()
845 if (params->timerlat_period_us) { in timerlat_hist_apply_config()
846 retval = osnoise_set_timerlat_period_us(tool->context, params->timerlat_period_us); in timerlat_hist_apply_config()

Completed in 4 milliseconds