Lines Matching refs:FD
102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1520 if (FD(leader, cpu, thread) < 0) in evsel__read_group()
1523 if (readn(FD(leader, cpu, thread), data, size) <= 0) in evsel__read_group()
1544 if (FD(evsel, cpu, thread) < 0) in __evsel__read_on_cpu()
1550 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu()
1573 fd = FD(leader, cpu, thread); in get_group_fd()
1585 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in perf_evsel__remove_fd()
1798 FD(evsel, cpu, thread) = fd; in evsel__open_cpu()
1964 if (FD(evsel, cpu, thread) >= 0) in evsel__open_cpu()
1965 close(FD(evsel, cpu, thread)); in evsel__open_cpu()
1966 FD(evsel, cpu, thread) = -1; in evsel__open_cpu()
2719 int fd = FD(evsel, cpu, thread); in store_evsel_ids()