PERF_FLAG_FD_CLOEXEC  353 kernel/events/core.c 		       PERF_FLAG_FD_CLOEXEC)
PERF_FLAG_FD_CLOEXEC 10964 kernel/events/core.c 	if (flags & PERF_FLAG_FD_CLOEXEC)
PERF_FLAG_FD_CLOEXEC  257 samples/bpf/task_fd_query_user.c 	kfd = sys_perf_event_open(&attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC);
PERF_FLAG_FD_CLOEXEC 5058 tools/lib/bpf/libbpf.c 		      -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC);
PERF_FLAG_FD_CLOEXEC 5171 tools/lib/bpf/libbpf.c 		      -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC);
PERF_FLAG_FD_CLOEXEC 5392 tools/lib/bpf/libbpf.c 			      -1, PERF_FLAG_FD_CLOEXEC);
PERF_FLAG_FD_CLOEXEC   14 tools/perf/trace/beauty/perf_event_open.c #ifndef PERF_FLAG_FD_CLOEXEC
PERF_FLAG_FD_CLOEXEC   14 tools/perf/util/cloexec.c static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
PERF_FLAG_FD_CLOEXEC   54 tools/perf/util/cloexec.c 					 PERF_FLAG_FD_CLOEXEC);
PERF_FLAG_FD_CLOEXEC 1576 tools/perf/util/evsel.c 	unsigned long flags = PERF_FLAG_FD_CLOEXEC;
PERF_FLAG_FD_CLOEXEC 1630 tools/perf/util/evsel.c 		flags &= ~(unsigned long)PERF_FLAG_FD_CLOEXEC;
PERF_FLAG_FD_CLOEXEC 1779 tools/perf/util/evsel.c 	} else if (!perf_missing_features.cloexec && (flags & PERF_FLAG_FD_CLOEXEC)) {