Lines Matching refs:FD
102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1511 if (FD(leader, cpu, thread) < 0) in evsel__read_group()
1514 if (readn(FD(leader, cpu, thread), data, size) <= 0) in evsel__read_group()
1535 if (FD(evsel, cpu, thread) < 0) in __evsel__read_on_cpu()
1541 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu()
1564 fd = FD(leader, cpu, thread); in get_group_fd()
1576 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in perf_evsel__remove_fd()
1789 FD(evsel, cpu, thread) = fd; in evsel__open_cpu()
1955 if (FD(evsel, cpu, thread) >= 0) in evsel__open_cpu()
1956 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
1957 FD(evsel, cpu, thread) = -1; in evsel__open_cpu()
2710 int fd = FD(evsel, cpu, thread); in store_evsel_ids()