/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 37 static inline int sys_perf_event_open(struct perf_event_attr *attr, pid_t pid, in sys_perf_event_open() function 58 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in breakpoint_test() 107 break_fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in runtestsingle()
|
/Linux-v5.4/tools/perf/util/ |
D | record.c | 36 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu, -1, flags); in perf_do_probe_api() 50 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu, -1, flags); in perf_do_probe_api() 131 fd = sys_perf_event_open(&attr, -1, cpu, -1, 0); in perf_can_record_cpu_wide() 291 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu, -1, in perf_evlist__can_select_event()
|
D | cloexec.c | 53 fd = sys_perf_event_open(&attr, pid, cpu, -1, in perf_flag_probe() 74 fd = sys_perf_event_open(&attr, pid, cpu, -1, 0); in perf_flag_probe()
|
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | intel-cqm.c | 84 fd[0] = sys_perf_event_open(&pe, pid, -1, -1, flag); in test__intel_cqm_count_nmi_context() 96 fd[1] = sys_perf_event_open(&pe, pid, -1, fd[0], flag); in test__intel_cqm_count_nmi_context()
|
D | rdpmc.c | 116 fd = sys_perf_event_open(&attr, 0, -1, -1, in __test__rdpmc()
|
/Linux-v5.4/tools/perf/tests/attr/ |
D | README | 5 sys_perf_event_open function. 16 This is the sys_perf_event_open hook implementation. The hook 21 For each sys_perf_event_open call event details are stored in
|
/Linux-v5.4/tools/perf/ |
D | perf-sys.h | 23 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open() function
|
D | design.txt | 21 The special file descriptor is opened via the sys_perf_event_open() 24 int sys_perf_event_open(struct perf_event_attr *hw_event_uptr, 96 * parameter of the sys_perf_event_open() syscall: 237 The 'pid' parameter to the sys_perf_event_open() system call allows the 267 is created first, with group_fd = -1 in the sys_perf_event_open call
|
/Linux-v5.4/samples/bpf/ |
D | trace_event_user.c | 148 pmu_fd[i] = sys_perf_event_open(attr, -1, i, -1, 0); in test_perf_event_all_cpu() 183 pmu_fd = sys_perf_event_open(attr, 0, -1, -1, 0); in test_perf_event_task()
|
D | task_fd_query_user.c | 151 fd = sys_perf_event_open(&attr, -1, 0, -1, 0); in test_nondebug_fs_kuprobe_common() 257 kfd = sys_perf_event_open(&attr, -1, 0, -1, PERF_FLAG_FD_CLOEXEC); in test_debug_fs_uprobe()
|
D | sampleip_user.c | 50 pmu_fd[i] = sys_perf_event_open(&pe_sample_attr, -1 /* pid */, i, in sampling_start()
|
D | tracex6_user.c | 36 pmu_fd = sys_perf_event_open(attr, -1/*pid*/, cpu/*cpu*/, -1/*group_fd*/, 0); in check_on_cpu()
|
D | bpf_load.c | 243 efd = sys_perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in load_and_attach()
|
/Linux-v5.4/tools/perf/lib/ |
D | evsel.c | 59 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open() function 103 fd = sys_perf_event_open(&evsel->attr, in perf_evsel__open()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | intel-pt.txt | 240 sys_perf_event_open: pid 31104 cpu 0 group_fd -1 flags 0x8 241 sys_perf_event_open: pid 31104 cpu 1 group_fd -1 flags 0x8 242 sys_perf_event_open: pid 31104 cpu 2 group_fd -1 flags 0x8 243 sys_perf_event_open: pid 31104 cpu 3 group_fd -1 flags 0x8 670 sys_perf_event_open: pid 31104 cpu 0 group_fd -1 flags 0x8 671 sys_perf_event_open: pid 31104 cpu 1 group_fd -1 flags 0x8 672 sys_perf_event_open: pid 31104 cpu 2 group_fd -1 flags 0x8 673 sys_perf_event_open: pid 31104 cpu 3 group_fd -1 flags 0x8 686 sys_perf_event_open: pid -1 cpu 0 group_fd -1 flags 0x8 687 sys_perf_event_open: pid -1 cpu 1 group_fd -1 flags 0x8 [all …]
|
/Linux-v5.4/tools/perf/tests/ |
D | bp_signal_overflow.c | 96 fd = sys_perf_event_open(&pe, 0, -1, -1, in test__bp_signal_overflow()
|
D | bp_account.c | 52 fd = sys_perf_event_open(attr, -1, 0, -1, in __event()
|
D | bp_signal.c | 129 fd = sys_perf_event_open(&pe, 0, -1, -1, in __event()
|
D | wp.c | 57 fd = sys_perf_event_open(&attr, 0, -1, -1, in __event()
|
/Linux-v5.4/arch/sh/kernel/ |
D | syscalls_64.S | 390 .long sys_perf_event_open
|
/Linux-v5.4/tools/perf/arch/x86/util/ |
D | perf_regs.c | 295 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__intr_reg_mask()
|
/Linux-v5.4/tools/perf/bench/ |
D | mem-functions.c | 73 cycles_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, perf_event_open_cloexec_flag()); in init_cycles()
|
/Linux-v5.4/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 341 331 common perf_event_open sys_perf_event_open sys_perf_event_open
|
/Linux-v5.4/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 340 328 common perf_event_open sys_perf_event_open
|
/Linux-v5.4/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 307 296 n32 perf_event_open sys_perf_event_open
|