/linux-5.19.10/tools/perf/util/ |
D | perf_api_probe.c | 32 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu.cpu, -1, flags); in perf_do_probe_api() 46 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu.cpu, -1, flags); in perf_do_probe_api() 150 fd = sys_perf_event_open(&attr, -1, cpu.cpu, -1, 0); in perf_can_record_cpu_wide() 175 fd = sys_perf_event_open(&attr, -1, 0, -1, 0); in perf_can_aux_sample()
|
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()
|
D | record.c | 259 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu.cpu, -1, in evlist__can_select_event()
|
/linux-5.19.10/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-5.19.10/tools/perf/ |
D | perf-sys.h | 13 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: 240 The 'pid' parameter to the sys_perf_event_open() system call allows the 271 is created first, with group_fd = -1 in the sys_perf_event_open call
|
/linux-5.19.10/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-5.19.10/samples/bpf/ |
D | trace_event_user.c | 153 pmu_fd = sys_perf_event_open(attr, -1, i, -1, 0); in test_perf_event_all_cpu() 192 pmu_fd = sys_perf_event_open(attr, 0, -1, -1, 0); in test_perf_event_task()
|
D | task_fd_query_user.c | 155 fd = sys_perf_event_open(&attr, -1, 0, -1, 0); in test_nondebug_fs_kuprobe_common() 270 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 = sys_perf_event_open(&pe_sample_attr, -1 /* pid */, i, in sampling_start()
|
D | tracex6_user.c | 37 pmu_fd = sys_perf_event_open(attr, -1/*pid*/, cpu/*cpu*/, -1/*group_fd*/, 0); in check_on_cpu()
|
/linux-5.19.10/tools/perf/tests/ |
D | bp_signal_overflow.c | 101 fd = sys_perf_event_open(&pe, 0, -1, -1, in test__bp_signal_overflow()
|
D | wp.c | 58 fd = sys_perf_event_open(&attr, 0, -1, -1, in __event()
|
D | bp_account.c | 61 fd = sys_perf_event_open(attr, -1, 0, -1, in __event()
|
D | sigtrap.c | 140 fd = sys_perf_event_open(&attr, 0, -1, -1, perf_event_open_cloexec_flag()); in test__sigtrap()
|
D | bp_signal.c | 124 fd = sys_perf_event_open(&pe, 0, -1, -1, in __event()
|
/linux-5.19.10/tools/perf/arch/arm64/util/ |
D | perf_regs.c | 164 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__user_reg_mask()
|
/linux-5.19.10/tools/lib/perf/ |
D | evsel.c | 80 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open() function 161 fd = sys_perf_event_open(&evsel->attr, in perf_evsel__open()
|
/linux-5.19.10/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 222 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__intr_reg_mask()
|
/linux-5.19.10/Documentation/arm64/ |
D | perf.rst | 123 attr bit set: the sys_perf_event_open syscall returns a fd which can 154 counter along with userspace access. The sys_perf_event_open syscall will fail
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 291 sys_perf_event_open: pid 31104 cpu 0 group_fd -1 flags 0x8 292 sys_perf_event_open: pid 31104 cpu 1 group_fd -1 flags 0x8 293 sys_perf_event_open: pid 31104 cpu 2 group_fd -1 flags 0x8 294 sys_perf_event_open: pid 31104 cpu 3 group_fd -1 flags 0x8 819 sys_perf_event_open: pid 31104 cpu 0 group_fd -1 flags 0x8 820 sys_perf_event_open: pid 31104 cpu 1 group_fd -1 flags 0x8 821 sys_perf_event_open: pid 31104 cpu 2 group_fd -1 flags 0x8 822 sys_perf_event_open: pid 31104 cpu 3 group_fd -1 flags 0x8 835 sys_perf_event_open: pid -1 cpu 0 group_fd -1 flags 0x8 836 sys_perf_event_open: pid -1 cpu 1 group_fd -1 flags 0x8 [all …]
|
/linux-5.19.10/tools/perf/arch/x86/util/ |
D | perf_regs.c | 307 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__intr_reg_mask()
|
/linux-5.19.10/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-5.19.10/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 341 331 common perf_event_open sys_perf_event_open sys_perf_event_open
|