Home
last modified time | relevance | path

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

/Linux-v6.1/tools/tracing/rtla/src/
Dtimerlat_top.c319 long long auto_thresh; in timerlat_top_parse_args() local
367 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
370 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
373 params->print_stack = auto_thresh; in timerlat_top_parse_args()
Dtimerlat_hist.c489 int auto_thresh; in timerlat_hist_parse_args() local
546 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
549 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
552 params->print_stack = auto_thresh; in timerlat_hist_parse_args()