/linux/tools/testing/selftests/bpf/prog_tests/ |
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() 73 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_get_stackid_cannot_attach()
|
A D | send_signal.c | 96 pmu_fd = syscall(__NR_perf_event_open, attr, pid, -1, in test_send_signal_common() 172 pmu_fd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_send_signal_nmi()
|
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()
|
A D | pe_preserve_elems.c | 20 pfd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_one_map()
|
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()
|
A D | perf_event_stackmap.c | 89 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
|
A D | get_branch_snapshot.c | 54 pfd_array[cpu] = syscall(__NR_perf_event_open, &attr, in create_perf_events()
|
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()
|
A D | stacktrace_build_id_nmi.c | 51 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_stacktrace_build_id_nmi()
|
A D | tp_attach_query.c | 54 pmu_fd[i] = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in serial_test_tp_attach_query()
|
A D | bpf_cookie.c | 197 pfd = syscall(__NR_perf_event_open, &attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in pe_subtest()
|
/linux/tools/arch/x86/include/uapi/asm/ |
A D | unistd_32.h | 2 #ifndef __NR_perf_event_open 3 # define __NR_perf_event_open 336 macro
|
A D | unistd_64.h | 2 #ifndef __NR_perf_event_open 3 # define __NR_perf_event_open 298 macro
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace-perf-hwbreak.c | 83 return syscall(__NR_perf_event_open, &attr, -1, cpu, -1, 0); in perf_cpu_event_open() 91 return syscall(__NR_perf_event_open, &attr, child_pid, -1, -1, 0); in perf_thread_event_open() 99 return syscall(__NR_perf_event_open, &attr, child_pid, cpu, -1, 0); in perf_thread_cpu_event_open() 107 return syscall(__NR_perf_event_open, &attr, child_pid, -1, -1, 0); in perf_thread_kernel_event_open() 115 return syscall(__NR_perf_event_open, &attr, -1, cpu, -1, 0); in perf_cpu_kernel_event_open()
|
A D | perf-hwbreak.c | 75 return syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in perf_process_event_open_exclude_user() 83 return syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in perf_process_event_open() 91 return syscall(__NR_perf_event_open, &attr, -1, cpu, -1, 0); in perf_cpu_event_open()
|
/linux/tools/perf/ |
A D | perf-sys.h | 17 return syscall(__NR_perf_event_open, attr, pid, cpu, in sys_perf_event_open()
|
/linux/tools/testing/selftests/bpf/ |
A D | get_cgroup_id_user.c | 106 pmu_fd = syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in main()
|
/linux/tools/testing/selftests/powerpc/pmu/ |
A D | event.c | 19 return syscall(__NR_perf_event_open, attr, pid, cpu, in perf_event_open()
|
/linux/tools/testing/selftests/perf_events/ |
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()
|
A D | sigtrap_threads.c | 126 self->fd = syscall(__NR_perf_event_open, &attr, 0, -1, -1, PERF_FLAG_FD_CLOEXEC); in FIXTURE_SETUP()
|
/linux/tools/testing/selftests/powerpc/ |
A D | utils.c | 209 return syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
|
/linux/tools/include/uapi/asm-generic/ |
A D | unistd.h | 690 #define __NR_perf_event_open 241 macro 691 __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
|
/linux/include/uapi/asm-generic/ |
A D | unistd.h | 690 #define __NR_perf_event_open 241 macro 691 __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
|
/linux/tools/lib/perf/ |
A D | evsel.c | 80 return syscall(__NR_perf_event_open, attr, pid, cpu, group_fd, flags); in sys_perf_event_open()
|
/linux/arch/arm64/include/asm/ |
A D | unistd32.h | 741 #define __NR_perf_event_open 364 macro 742 __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
|