ptimeout           58 tools/perf/ui/tui/setup.c 	struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL;
ptimeout           72 tools/perf/ui/tui/setup.c         err = select(1, &read_set, NULL, NULL, ptimeout);