Lines Matching refs:FD
105 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1554 if (FD(leader, cpu, thread) < 0) in evsel__read_group()
1557 if (readn(FD(leader, cpu, thread), data, size) <= 0) in evsel__read_group()
1578 if (FD(evsel, cpu, thread) < 0) in __evsel__read_on_cpu()
1584 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu()
1632 fd = FD(leader, cpu, thread); in get_group_fd()
1642 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in evsel__remove_fd()
2010 FD(evsel, cpu, thread) = fd; in evsel__open_cpu()
2091 if (FD(evsel, cpu, thread) >= 0) in evsel__open_cpu()
2092 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
2093 FD(evsel, cpu, thread) = -1; in evsel__open_cpu()
2872 int fd = FD(evsel, cpu, thread); in store_evsel_ids()