Searched refs:PERF_FLAG_FD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
14 #ifndef PERF_FLAG_FD_CLOEXEC15 # define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;54 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
1576 unsigned long flags = PERF_FLAG_FD_CLOEXEC; in evsel__open()1630 flags &= ~(unsigned long)PERF_FLAG_FD_CLOEXEC; in evsel__open()1779 } else if (!perf_missing_features.cloexec && (flags & PERF_FLAG_FD_CLOEXEC)) { in evsel__open()
4 # 0 or PERF_FLAG_FD_CLOEXEC flag
257 kfd = sys_perf_event_open(&attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_debug_fs_uprobe()
1047 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
5050 -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC); in perf_event_open_probe()5163 -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC); in perf_event_open_tracepoint()5384 -1, PERF_FLAG_FD_CLOEXEC); in perf_buffer__open_cpu_buf()
348 PERF_FLAG_FD_CLOEXEC)10943 if (flags & PERF_FLAG_FD_CLOEXEC) in SYSCALL_DEFINE5()