/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | unistd_32.h | 2 #ifndef __NR_perf_event_open 3 # define __NR_perf_event_open 336 macro
|
H A D | unistd_64.h | 5 #ifndef __NR_perf_event_open 6 # define __NR_perf_event_open 298 macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/ |
H A D | unistd_32.h | 23 #ifndef __NR_perf_event_open 24 #define __NR_perf_event_open 336 macro
|
H A D | unistd_64.h | 20 #ifndef __NR_perf_event_open 21 #define __NR_perf_event_open 298 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stackid_cannot_attach.c | 36 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach() 58 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach() 75 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach()
|
H A D | perf_branches.c | 116 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 D | send_signal.c | 100 pmu_fd = syscall(__NR_perf_event_open, attr, pid, -1, in test_send_signal_common() 178 pmu_fd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_send_signal_nmi()
|
H A D | pe_preserve_elems.c | 20 pfd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_one_map()
|
H A D | perf_event_stackmap.c | 89 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
|
H A D | task_fd_query_tp.c | 36 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_task_fd_query_tp_core()
|
H A D | stacktrace_build_id_nmi.c | 51 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_stacktrace_build_id_nmi()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stackid_cannot_attach.c | 36 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach() 57 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach() 74 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach()
|
H A D | perf_branches.c | 116 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 D | send_signal.c | 103 pmu_fd = syscall(__NR_perf_event_open, attr, pid, -1 /* cpu */, in test_send_signal_common() 179 pmu_fd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_send_signal_nmi()
|
H A D | pe_preserve_elems.c | 20 pfd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_one_map()
|
H A D | get_branch_snapshot.c | 54 pfd_array[cpu] = syscall(__NR_perf_event_open, &attr, in create_perf_events()
|
H A D | perf_event_stackmap.c | 90 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
|
H A D | perf_link.c | 43 pfd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in serial_test_perf_link()
|
H A D | task_fd_query_tp.c | 41 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_task_fd_query_tp_core()
|
H A D | find_vma.c | 36 pfd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in open_pe()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-sys.h | 17 return syscall(__NR_perf_event_open, attr, pid, cpu, in sys_perf_event_open()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | perf-sys.h | 17 return syscall(__NR_perf_event_open, attr, pid, cpu, in sys_perf_event_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 19 return syscall(__NR_perf_event_open, attr, pid, cpu, in perf_event_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 102 pmu_fd = syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 114 pmu_fd = syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in main()
|