| /linux/tools/perf/util/ |
| H A 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() 161 fd = sys_perf_event_open(&attr, -1, cpu.cpu, -1, 0); in perf_can_record_cpu_wide() 186 fd = sys_perf_event_open(&attr, -1, 0, -1, 0); in perf_can_aux_sample()
|
| H A D | cloexec.c | 40 fd = sys_perf_event_open(&attr, pid, cpu, -1, in perf_flag_probe() 61 fd = sys_perf_event_open(&attr, pid, cpu, -1, 0); in perf_flag_probe()
|
| H A D | record.c | 252 fd = sys_perf_event_open(&evsel->core.attr, pid, cpu.cpu, -1, in evlist__can_select_event()
|
| /linux/tools/perf/ |
| H A D | perf-sys.h | 13 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open() function
|
| H A 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/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-via-core-pmu.c | 37 return sys_perf_event_open(&attr, -1, 0, -1, 0); in event_open()
|
| /linux/samples/bpf/ |
| H A 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()
|
| H A 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()
|
| H A D | sampleip_user.c | 50 pmu_fd = sys_perf_event_open(&pe_sample_attr, -1 /* pid */, i, in sampling_start()
|
| H A 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/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 102 fd = sys_perf_event_open(&pe, 0, -1, -1, in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 125 fd = sys_perf_event_open(&pe, 0, -1, -1, in __event()
|
| H A D | bp_account.c | 62 fd = sys_perf_event_open(attr, -1, 0, -1, in __event()
|
| H A D | wp.c | 65 fd = sys_perf_event_open(&attr, 0, -1, -1, in __event()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | perf_regs.c | 170 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__user_reg_mask()
|
| /linux/tools/lib/perf/ |
| H A D | evsel.c | 93 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open() function 174 fd = sys_perf_event_open(&evsel->attr, in perf_evsel__open()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | perf_regs.c | 318 fd = sys_perf_event_open(&attr, 0, -1, -1, 0); in arch__intr_reg_mask()
|
| /linux/Documentation/arch/arm64/ |
| H A 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/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 341 331 common perf_event_open sys_perf_event_open sys_perf_event_open
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 126 cycles_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, perf_event_open_cloexec_flag()); in init_cycles()
|
| /linux/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 303 292 n64 perf_event_open sys_perf_event_open
|
| H A D | syscall_n32.tbl | 307 296 n32 perf_event_open sys_perf_event_open
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 303 292 n64 perf_event_open sys_perf_event_open
|
| /linux/scripts/ |
| H A D | syscall.tbl | 287 241 common perf_event_open sys_perf_event_open
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 287 241 common perf_event_open sys_perf_event_open
|