Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c386 long long auto_thresh; in timerlat_top_parse_args() local
440 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
443 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
444 params->stop_us = auto_thresh; in timerlat_top_parse_args()
447 params->print_stack = auto_thresh; in timerlat_top_parse_args()
454 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
457 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
458 params->stop_us = auto_thresh; in timerlat_top_parse_args()
461 params->print_stack = auto_thresh; in timerlat_top_parse_args()
H A Dtimerlat_hist.c587 int auto_thresh; in timerlat_hist_parse_args() local
649 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
652 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
653 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
656 params->print_stack = auto_thresh; in timerlat_hist_parse_args()