Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dperf_event_open.c14 #ifndef PERF_FLAG_FD_CLOEXEC
15 # define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcloexec.c14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
54 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
H A Devsel.c1707 unsigned long flags = PERF_FLAG_FD_CLOEXEC; in evsel__open_cpu()
1761 flags &= ~(unsigned long)PERF_FLAG_FD_CLOEXEC; in evsel__open_cpu()
1925 } else if (!perf_missing_features.cloexec && (flags & PERF_FLAG_FD_CLOEXEC)) { in evsel__open_cpu()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c116 pfd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_perf_branches_hw()
155 pfd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_perf_branches_no_hw()
/OK3568_Linux_fs/kernel/tools/perf/tests/attr/
H A Dbase-record4 # 0 or PERF_FLAG_FD_CLOEXEC flag
H A Dbase-stat4 # 0 or PERF_FLAG_FD_CLOEXEC flag
/OK3568_Linux_fs/buildroot/package/atop/
H A DConfig.in5 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 # PERF_FLAG_FD_CLOEXEC
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dcache.c41 PERF_FLAG_FD_CLOEXEC); in perf_event_open_llc_miss()
H A Dresctrl_val.c137 PERF_FLAG_FD_CLOEXEC); in open_perf_event()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtask_fd_query_user.c257 kfd = sys_perf_event_open(&attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_debug_fs_uprobe()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h1112 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h997 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h997 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h1117 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c9426 -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC); in perf_event_open_probe()
9547 -1 /* group_fd */, PERF_FLAG_FD_CLOEXEC); in perf_event_open_tracepoint()
10040 -1, PERF_FLAG_FD_CLOEXEC); in perf_buffer__open_cpu_buf()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c356 PERF_FLAG_FD_CLOEXEC)
11788 if (flags & PERF_FLAG_FD_CLOEXEC) in SYSCALL_DEFINE5()