Lines Matching refs:FD
105 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1573 if (FD(leader, cpu, thread) < 0) in evsel__read_group()
1576 if (readn(FD(leader, cpu, thread), data, size) <= 0) in evsel__read_group()
1597 if (FD(evsel, cpu, thread) < 0) in __evsel__read_on_cpu()
1603 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu()
1651 fd = FD(leader, cpu, thread); in get_group_fd()
1661 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in evsel__remove_fd()
2046 FD(evsel, cpu, thread) = fd; in evsel__open_cpu()
2127 if (FD(evsel, cpu, thread) >= 0) in evsel__open_cpu()
2128 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
2129 FD(evsel, cpu, thread) = -1; in evsel__open_cpu()
2981 int fd = FD(evsel, cpu, thread); in store_evsel_ids()