Home
last modified time | relevance | path

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

/Linux-v6.6/tools/tracing/rtla/src/
Dtimerlat_top.c389 long long auto_thresh; in timerlat_top_parse_args() local
443 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
446 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
447 params->stop_us = auto_thresh; in timerlat_top_parse_args()
450 params->print_stack = auto_thresh; in timerlat_top_parse_args()
457 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
460 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
461 params->stop_us = auto_thresh; in timerlat_top_parse_args()
464 params->print_stack = auto_thresh; in timerlat_top_parse_args()
Dtimerlat_hist.c560 int auto_thresh; in timerlat_hist_parse_args() local
622 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
625 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
626 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
629 params->print_stack = auto_thresh; in timerlat_hist_parse_args()