Lines Matching refs:FD
103 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro
1389 if (FD(leader, cpu, thread) < 0) in perf_evsel__read_group()
1392 if (readn(FD(leader, cpu, thread), data, size) <= 0) in perf_evsel__read_group()
1414 if (FD(evsel, cpu, thread) < 0) in __perf_evsel__read_on_cpu()
1420 if (readn(FD(evsel, cpu, thread), &count, nv * sizeof(u64)) <= 0) in __perf_evsel__read_on_cpu()
1443 fd = FD(leader, cpu, thread); in get_group_fd()
1455 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in perf_evsel__remove_fd()
1665 FD(evsel, cpu, thread) = fd; in evsel__open()
1817 close(FD(evsel, cpu, thread)); in evsel__open()
1818 FD(evsel, cpu, thread) = -1; in evsel__open()
2526 int fd = FD(evsel, cpu, thread); in store_evsel_ids()