Searched refs:ctlfd_pos (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Devlist.c2162 int ctlfd_pos = evlist->ctl_fd.pos; local
2165 if (!evlist__ctlfd_initialized(evlist) || !entries[ctlfd_pos].revents)
2168 if (entries[ctlfd_pos].revents & POLLIN) {
2197 if (entries[ctlfd_pos].revents & (POLLHUP | POLLERR))
2200 entries[ctlfd_pos].revents = 0;
/linux-master/tools/perf/
H A Dbuiltin-record.c109 int ctlfd_pos; member in struct:record_thread
1262 thread_data[t].ctlfd_pos = ret;
1264 thread_data, thread_data[t].ctlfd_pos,
1273 thread_data[t].ctlfd_pos = -1; /* Not used */
1675 int err, ctlfd_pos; local
1688 ctlfd_pos = thread->ctlfd_pos;
1712 if (pollfd->entries[ctlfd_pos].revents & POLLHUP) {
1716 pollfd->entries[ctlfd_pos].fd = -1;
1717 pollfd->entries[ctlfd_pos]
[all...]

Completed in 115 milliseconds