Lines Matching full:poll
3 # description: event trigger - test poll wait on histogram
7 POLL=${FTRACETEST_ROOT}/poll
9 if [ ! -x ${POLL} ]; then
10 echo "poll program is not compiled!"
16 # Check poll ops is supported. Before implementing poll on hist file, it
21 ${POLL} -I -t 1000 ${EVENT}/hist
25 echo "poll on hist file is not supported"
37 # if timeout happens, poll returns 1.
38 ${POLL} -I -t 4000 ${EVENT}/hist
42 echo "poll exits too soon"
48 echo "poll exits before event happens"
59 # if timeout happens, poll returns 1.
60 ${POLL} -P -t 4000 ${EVENT}/hist
64 echo "poll exits too soon"
70 echo "poll exits before event happens"