Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_hist.c788 int auto_thresh; in timerlat_hist_parse_args() local
867 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
869 /* set thread stop to auto_thresh */ in timerlat_hist_parse_args()
870 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
871 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
874 params->print_stack = auto_thresh; in timerlat_hist_parse_args()