Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_timer_test.c34 static char *str_sample_cnt; variable
416 {"n:", &str_sample_cnt, "-n uint Number of samples to take"},
430 if (str_sample_cnt) { in parse_timer_opts()
431 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) { in parse_timer_opts()
433 "Invalid sample count '%s'", str_sample_cnt); in parse_timer_opts()
437 if (str_sleep_time || str_sample_cnt) { in parse_timer_opts()