Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Dperf_event_open.c13 #ifndef PERF_FLAG_FD_CLOEXEC
14 # define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/tools/perf/util/
Dcloexec.c11 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
51 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
Devsel.c1417 unsigned long flags = PERF_FLAG_FD_CLOEXEC; in __perf_evsel__open()
1446 flags &= ~(unsigned long)PERF_FLAG_FD_CLOEXEC; in __perf_evsel__open()
1562 } else if (!perf_missing_features.cloexec && (flags & PERF_FLAG_FD_CLOEXEC)) { in __perf_evsel__open()
/tools/perf/tests/attr/
Dbase-stat4 # 0 or PERF_FLAG_FD_CLOEXEC flag
Dbase-record4 # 0 or PERF_FLAG_FD_CLOEXEC flag
/tools/include/uapi/linux/
Dperf_event.h892 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro