Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dtask-exit.c132 evlist__poll(evlist, -1); in test__task_exit()
H A Dopenat-syscall-tp-fields.c133 evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
H A Dperf-record.c291 evlist__poll(evlist, -1); in test__PERF_RECORD()
/openbmc/linux/tools/perf/util/
H A Dsideband_evlist.c56 evlist__poll(evlist, 1000); in perf_evlist__poll_thread()
H A Devlist.h163 int evlist__poll(struct evlist *evlist, int timeout);
H A Dpython.c1061 n = evlist__poll(evlist, timeout); in pyrf_evlist__poll()
H A Devlist.c641 int evlist__poll(struct evlist *evlist, int timeout) in evlist__poll() function
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1344 evlist__poll(top->evlist, 100); in __cmd_top()
1354 ret = evlist__poll(top->evlist, 100); in __cmd_top()
H A Dbuiltin-kvm.c1521 err = evlist__poll(kvm->evlist, 100); in kvm_events_live_report()
H A Dbuiltin-stat.c613 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events()
H A Dbuiltin-trace.c4031 if (!draining && evlist__poll(evlist, timeout) > 0) {