Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.c509 long long stop_total_us; in osnoise_get_stop_total_us() local
511 if (context->stop_total_us != OSNOISE_OPTION_INIT_VAL) in osnoise_get_stop_total_us()
512 return context->stop_total_us; in osnoise_get_stop_total_us()
517 stop_total_us = osnoise_read_ll_config("osnoise/stop_tracing_total_us"); in osnoise_get_stop_total_us()
518 if (stop_total_us < 0) in osnoise_get_stop_total_us()
521 context->orig_stop_total_us = stop_total_us; in osnoise_get_stop_total_us()
522 return stop_total_us; in osnoise_get_stop_total_us()
531 int osnoise_set_stop_total_us(struct osnoise_context *context, long long stop_total_us) in osnoise_set_stop_total_us() argument
539 retval = osnoise_write_ll_config("osnoise/stop_tracing_total_us", stop_total_us); in osnoise_set_stop_total_us()
543 context->stop_total_us = stop_total_us; in osnoise_set_stop_total_us()
[all …]
H A Dcommon.h41 long long stop_total_us; member
83 long long stop_total_us; member
H A Dtimerlat.c62 retval = osnoise_set_stop_total_us(tool->context, params->common.stop_total_us); in timerlat_apply_config()
197 params->common.stop_total_us); in timerlat_analyze()
H A Dosnoise.h42 long long stop_total_us);
H A Dtimerlat_top.c613 params->common.stop_total_us = auto_thresh; in timerlat_top_parse_args()
629 params->common.stop_total_us = auto_thresh; in timerlat_top_parse_args()
702 params->common.stop_total_us = get_llong_from_str(optarg); in timerlat_top_parse_args()
779 if (!params->common.stop_us && !params->common.stop_total_us) in timerlat_top_parse_args()
H A Dtimerlat_bpf.c27 bpf->rodata->thread_threshold = params->common.stop_total_us; in timerlat_bpf_init()
H A Dtimerlat_hist.c849 params->common.stop_total_us = auto_thresh; in timerlat_hist_parse_args()
934 params->common.stop_total_us = get_llong_from_str(optarg); in timerlat_hist_parse_args()
1035 if (!params->common.stop_us && !params->common.stop_total_us) in timerlat_hist_parse_args()
H A Dosnoise_top.c454 params->common.stop_total_us = get_llong_from_str(optarg); in osnoise_top_parse_args()
H A Dosnoise_hist.c611 params->common.stop_total_us = get_llong_from_str(optarg); in osnoise_hist_parse_args()