Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.c505 long long stop_total_us; in osnoise_get_stop_total_us() local
507 if (context->stop_total_us != OSNOISE_OPTION_INIT_VAL) in osnoise_get_stop_total_us()
508 return context->stop_total_us; in osnoise_get_stop_total_us()
513 stop_total_us = osnoise_read_ll_config("osnoise/stop_tracing_total_us"); in osnoise_get_stop_total_us()
514 if (stop_total_us < 0) in osnoise_get_stop_total_us()
517 context->orig_stop_total_us = stop_total_us; in osnoise_get_stop_total_us()
518 return stop_total_us; in osnoise_get_stop_total_us()
527 int osnoise_set_stop_total_us(struct osnoise_context *context, long long stop_total_us) in osnoise_set_stop_total_us() argument
535 retval = osnoise_write_ll_config("osnoise/stop_tracing_total_us", stop_total_us); in osnoise_set_stop_total_us()
539 context->stop_total_us = stop_total_us; in osnoise_set_stop_total_us()
[all …]
H A Dosnoise.h36 long long stop_total_us; member
75 long long stop_total_us);
H A Dtimerlat_top.c31 long long stop_total_us; member
578 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
592 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
675 params->stop_total_us = get_llong_from_str(optarg); in timerlat_top_parse_args()
752 if (!params->stop_us && !params->stop_total_us) in timerlat_top_parse_args()
795 if (params->stop_total_us) { in timerlat_top_apply_config()
796 retval = osnoise_set_stop_total_us(top->context, params->stop_total_us); in timerlat_top_apply_config()
1160 timerlat_auto_analysis(params->stop_us, params->stop_total_us); in timerlat_top_main()
H A Dosnoise_top.c36 long long stop_total_us; member
495 params->stop_total_us = get_llong_from_str(optarg); in osnoise_top_parse_args()
589 if (params->stop_total_us) { in osnoise_top_apply_config()
590 retval = osnoise_set_stop_total_us(tool->context, params->stop_total_us); in osnoise_top_apply_config()
H A Dtimerlat_hist.c30 long long stop_total_us; member
815 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
907 params->stop_total_us = get_llong_from_str(optarg); in timerlat_hist_parse_args()
1007 if (!params->stop_us && !params->stop_total_us) in timerlat_hist_parse_args()
1046 if (params->stop_total_us) { in timerlat_hist_apply_config()
1047 retval = osnoise_set_stop_total_us(tool->context, params->stop_total_us); in timerlat_hist_apply_config()
1391 timerlat_auto_analysis(params->stop_us, params->stop_total_us); in timerlat_hist_main()
H A Dosnoise_hist.c29 long long stop_total_us; member
658 params->stop_total_us = get_llong_from_str(optarg); in osnoise_hist_parse_args()
767 if (params->stop_total_us) { in osnoise_hist_apply_config()
768 retval = osnoise_set_stop_total_us(tool->context, params->stop_total_us); in osnoise_hist_apply_config()