Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-top.c439 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in perf_top__handle_keypress() local
448 poll(&stdin_poll, 1, -1); in perf_top__handle_keypress()
614 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local
633 switch (poll(&stdin_poll, 1, delay_msecs)) { in display_thread()