/openbmc/linux/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() 180 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_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 | perf_event_stackmap.c | 90 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
|
H A D | get_branch_snapshot.c | 54 pfd_array[cpu] = syscall(__NR_perf_event_open, &attr, in create_perf_events()
|
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()
|
H A D | stacktrace_build_id_nmi.c | 35 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_stacktrace_build_id_nmi()
|
H A D | tp_attach_query.c | 60 pmu_fd[i] = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in serial_test_tp_attach_query()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | unistd_64.h | 20 #ifndef __NR_perf_event_open 21 #define __NR_perf_event_open 298 macro
|
H A D | unistd_32.h | 23 #ifndef __NR_perf_event_open 24 #define __NR_perf_event_open 336 macro
|
/openbmc/linux/tools/perf/ |
H A D | perf-sys.h | 17 return syscall(__NR_perf_event_open, attr, pid, cpu, in sys_perf_event_open()
|
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
H A D | 0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch | 18 #define __NR_perf_event_open 241
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 20 return syscall(__NR_perf_event_open, attr, pid, cpu, in perf_event_open()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 79 return syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in perf_process_event_open_exclude_user() 87 return syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in perf_process_event_open() 95 return syscall(__NR_perf_event_open, &attr, -1, cpu, -1, 0); in perf_cpu_event_open()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 218 #define __NR_perf_event_open 241 macro
|
H A D | unistd_64.h | 244 #define __NR_perf_event_open 241 macro
|
/openbmc/linux/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 89 self->fd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in FIXTURE_SETUP()
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 245 #define __NR_perf_event_open 241 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 242 #define __NR_perf_event_open 241 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 280 #define __NR_perf_event_open 331 macro
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 35 return syscall(__NR_perf_event_open, pe, pid, cpu, group_fd, flags); in perf_event_open()
|