Home
last modified time | relevance | path

Searched refs:PERF_FLAG_FD_CLOEXEC (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcloexec.c14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
54 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
69 "perf_event_open(..., PERF_FLAG_FD_CLOEXEC) failed with unexpected error %d (%s)\n", in perf_flag_probe()
72 /* not supported, confirm error related to PERF_FLAG_FD_CLOEXEC */ in perf_flag_probe()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcloexec.c14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC;
41 PERF_FLAG_FD_CLOEXEC); in perf_flag_probe()
56 "perf_event_open(..., PERF_FLAG_FD_CLOEXEC) failed with unexpected error %d (%s)\n", in perf_flag_probe()
59 /* not supported, confirm error related to PERF_FLAG_FD_CLOEXEC */ in perf_flag_probe()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
H A Dget_branch_snapshot.c55 -1, cpu, -1, PERF_FLAG_FD_CLOEXEC); in create_perf_events()
H A Dperf_link.c43 pfd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in serial_test_perf_link()
H A Dfind_vma.c36 pfd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in open_pe()
H A Dunpriv_bpf_disabled.c286 perf_fd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_unpriv_bpf_disabled()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c89 self->fd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in FIXTURE_SETUP()
H A Dsigtrap_threads.c133 self->fd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in FIXTURE_SETUP()
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dperf_event.h410 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dperf_event.h1115 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dperf_event.h1115 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dperf_event.h1264 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dperf_event.h1264 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ macro
/kernel/linux/linux-6.6/samples/bpf/
H A Dtask_fd_query_user.c270 kfd = sys_perf_event_open(&attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_debug_fs_uprobe()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dperf_event.h376 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dperf_event.h376 #define PERF_FLAG_FD_CLOEXEC (1UL << 3) macro

Completed in 25 milliseconds

12