Home
last modified time | relevance | path

Searched refs:PERF_FLAG_FD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dcloexec.c8 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
45 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
Devsel.c1295 unsigned long flags = PERF_FLAG_FD_CLOEXEC; in __perf_evsel__open()
1321 flags &= ~(unsigned long)PERF_FLAG_FD_CLOEXEC; in __perf_evsel__open()
1431 } else if (!perf_missing_features.cloexec && (flags & PERF_FLAG_FD_CLOEXEC)) { in __perf_evsel__open()
/linux-4.4.14/tools/perf/tests/attr/
Dbase-stat4 # 0 or PERF_FLAG_FD_CLOEXEC flag
Dbase-record4 # 0 or PERF_FLAG_FD_CLOEXEC flag
/linux-4.4.14/include/uapi/linux/
Dperf_event.h879 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c105 #ifndef PERF_FLAG_FD_CLOEXEC
106 # define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/linux-4.4.14/kernel/events/
Dcore.c139 PERF_FLAG_FD_CLOEXEC)
8288 if (flags & PERF_FLAG_FD_CLOEXEC) in SYSCALL_DEFINE5()