Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat.c159 if (params->common.warmup > 0) { in timerlat_enable()
160 debug_msg("Warming up for %d seconds\n", params->common.warmup); in timerlat_enable()
161 sleep(params->common.warmup); in timerlat_enable()
H A Dcommon.h81 int warmup; member
H A Dosnoise.c1171 if (params->common.warmup > 0) { in osnoise_enable()
1172 debug_msg("Warming up for %d seconds\n", params->common.warmup); in osnoise_enable()
1173 sleep(params->common.warmup); in osnoise_enable()
H A Dosnoise_top.c483 params->common.warmup = get_llong_from_str(optarg); in osnoise_top_parse_args()
H A Dosnoise_hist.c652 params->common.warmup = get_llong_from_str(optarg); in osnoise_hist_parse_args()
H A Dtimerlat_top.c745 params->common.warmup = get_llong_from_str(optarg); in timerlat_top_parse_args()
H A Dtimerlat_hist.c995 params->common.warmup = get_llong_from_str(optarg); in timerlat_hist_parse_args()