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.c542 long long auto_thresh; in timerlat_top_parse_args() local
610 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
613 params->common.stop_total_us = auto_thresh; in timerlat_top_parse_args()
614 params->common.stop_us = auto_thresh; in timerlat_top_parse_args()
617 params->print_stack = auto_thresh; in timerlat_top_parse_args()
626 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
629 params->common.stop_total_us = auto_thresh; in timerlat_top_parse_args()
630 params->common.stop_us = auto_thresh; in timerlat_top_parse_args()
633 params->print_stack = auto_thresh; in timerlat_top_parse_args()
H A Dtimerlat_hist.c770 int auto_thresh; in timerlat_hist_parse_args() local
846 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
849 params->common.stop_total_us = auto_thresh; in timerlat_hist_parse_args()
850 params->common.stop_us = auto_thresh; in timerlat_hist_parse_args()
853 params->print_stack = auto_thresh; in timerlat_hist_parse_args()