Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_top.c393 long long auto_thresh; in timerlat_top_parse_args() local
447 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
449 /* set thread stop to auto_thresh */ in timerlat_top_parse_args()
450 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
451 params->stop_us = auto_thresh; in timerlat_top_parse_args()
454 params->print_stack = auto_thresh; in timerlat_top_parse_args()
461 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
463 /* set thread stop to auto_thresh */ in timerlat_top_parse_args()
464 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
465 params->stop_us = auto_thresh; in timerlat_top_parse_args()
[all...]
H A Dtimerlat_hist.c563 int auto_thresh; in timerlat_hist_parse_args() local
625 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
627 /* set thread stop to auto_thresh */ in timerlat_hist_parse_args()
628 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
629 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
632 params->print_stack = auto_thresh; in timerlat_hist_parse_args()

Completed in 3 milliseconds