Home
last modified time | relevance | path

Searched refs:__NR_perf_event_open (Results 1 - 25 of 72) sorted by relevance

123

/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dunistd_32.h2 #ifndef __NR_perf_event_open
3 # define __NR_perf_event_open 336 macro
H A Dunistd_64.h5 #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 Dunistd_32.h23 #ifndef __NR_perf_event_open
24 #define __NR_perf_event_open 336 macro
H A Dunistd_64.h20 #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 Dget_stackid_cannot_attach.c36 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 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 Dsend_signal.c100 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 Dpe_preserve_elems.c20 pfd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_one_map()
H A Dperf_event_stackmap.c89 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
H A Dtask_fd_query_tp.c36 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_task_fd_query_tp_core()
H A Dstacktrace_build_id_nmi.c51 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 Dget_stackid_cannot_attach.c36 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 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 Dsend_signal.c103 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 Dpe_preserve_elems.c20 pfd = syscall(__NR_perf_event_open, &attr, 0 /* pid */, in test_one_map()
H A Dget_branch_snapshot.c54 pfd_array[cpu] = syscall(__NR_perf_event_open, &attr, in create_perf_events()
H A Dperf_event_stackmap.c90 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_perf_event_stackmap()
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 Dtask_fd_query_tp.c41 pmu_fd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, in test_task_fd_query_tp_core()
H A Dfind_vma.c36 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 Dperf-sys.h17 return syscall(__NR_perf_event_open, attr, pid, cpu, in sys_perf_event_open()
/kernel/linux/linux-6.6/tools/perf/
H A Dperf-sys.h17 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 Devent.c19 return syscall(__NR_perf_event_open, attr, pid, cpu, in perf_event_open()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c102 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 Dget_cgroup_id_user.c114 pmu_fd = syscall(__NR_perf_event_open, &attr, getpid(), -1, -1, 0); in main()

Completed in 8 milliseconds

123