Searched refs:perf_event_open (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
H A Devent.c16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, perf_event_open() function
54 e->fd = perf_event_open(&e->attr, pid, cpu, group_fd, 0); event_open_with_options()
56 perror("perf_event_open"); event_open_with_options()
H A Dcount_instructions.c103 perror("perf_event_open"); test_body()
108 perror("perf_event_open"); test_body()
/linux-4.1.27/tools/perf/util/
H A Dcloexec.c60 "perf_event_open(..., PERF_FLAG_FD_CLOEXEC) failed with unexpected error %d (%s)\n", perf_flag_probe()
78 "perf_event_open(..., 0) failed unexpectedly with error %d (%s)\n", perf_flag_probe()
/linux-4.1.27/samples/bpf/
H A Dlibbpf.c130 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, perf_event_open() function
H A Dlibbpf.h188 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu,
H A Dbpf_load.c109 efd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); load_and_attach()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dsystbl.h326 SYSCALL_SPU(perf_event_open)
/linux-4.1.27/kernel/trace/
H A Dtrace_event_perf.c42 * because code below is called only via perf_event_open syscall. perf_trace_event_perm()
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c204 COMPAT_SYSCALL_WRAP5(perf_event_open, struct perf_event_attr __user *, attr_uptr, pid_t, pid, int, cpu, int, group_fd, unsigned long, flags);
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S416 ENTRY_SAME(perf_event_open)
/linux-4.1.27/kernel/events/
H A Dcore.c1361 * We can have double attach due to group movement in perf_event_open. perf_group_attach()
7911 SYSCALL_DEFINE5(perf_event_open, SYSCALL_DEFINE5()

Completed in 301 milliseconds