Searched refs:evlist__poll (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | task-exit.c | 132 evlist__poll(evlist, -1); in test__task_exit()
|
H A D | openat-syscall-tp-fields.c | 133 evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
|
H A D | perf-record.c | 291 evlist__poll(evlist, -1); in test__PERF_RECORD()
|
/openbmc/linux/tools/perf/util/ |
H A D | sideband_evlist.c | 56 evlist__poll(evlist, 1000); in perf_evlist__poll_thread()
|
H A D | evlist.h | 163 int evlist__poll(struct evlist *evlist, int timeout);
|
H A D | python.c | 1061 n = evlist__poll(evlist, timeout); in pyrf_evlist__poll()
|
H A D | evlist.c | 642 int evlist__poll(struct evlist *evlist, int timeout) in evlist__poll() function
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1343 evlist__poll(top->evlist, 100); in __cmd_top() 1353 ret = evlist__poll(top->evlist, 100); in __cmd_top()
|
H A D | builtin-kvm.c | 1521 err = evlist__poll(kvm->evlist, 100); in kvm_events_live_report()
|
H A D | builtin-stat.c | 613 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events()
|
H A D | builtin-trace.c | 4034 if (!draining && evlist__poll(evlist, timeout) > 0) {
|