Home
last modified time | relevance | path

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

/linux-6.12.1/tools/tracing/rtla/src/
Dtimerlat_top.c510 long long auto_thresh; in timerlat_top_parse_args() local
568 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
571 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
572 params->stop_us = auto_thresh; in timerlat_top_parse_args()
575 params->print_stack = auto_thresh; in timerlat_top_parse_args()
582 auto_thresh = get_llong_from_str(optarg); in timerlat_top_parse_args()
585 params->stop_total_us = auto_thresh; in timerlat_top_parse_args()
586 params->stop_us = auto_thresh; in timerlat_top_parse_args()
589 params->print_stack = auto_thresh; in timerlat_top_parse_args()
Dtimerlat_hist.c724 int auto_thresh; in timerlat_hist_parse_args() local
790 auto_thresh = get_llong_from_str(optarg); in timerlat_hist_parse_args()
793 params->stop_total_us = auto_thresh; in timerlat_hist_parse_args()
794 params->stop_us = auto_thresh; in timerlat_hist_parse_args()
797 params->print_stack = auto_thresh; in timerlat_hist_parse_args()