Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c512 long long auto_thresh; in timerlat_top_parse_args() local
574 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
577 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
578 params->stop_us = auto_thresh; in timerlat_top_parse_args()
581 params->print_stack = auto_thresh; in timerlat_top_parse_args()
588 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
591 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
592 params->stop_us = auto_thresh; in timerlat_top_parse_args()
595 params->print_stack = auto_thresh; in timerlat_top_parse_args()
H A Dtimerlat_hist.c741 int auto_thresh; in timerlat_hist_parse_args() local
811 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
814 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
815 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
818 params->print_stack = auto_thresh; in timerlat_hist_parse_args()