Searched refs:perf_event_open (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, in perf_event_open() function 54 e->fd = perf_event_open(&e->attr, pid, cpu, group_fd, 0); in event_open_with_options()
|
/linux-4.1.27/samples/bpf/ |
D | libbpf.c | 130 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, in perf_event_open() function
|
D | libbpf.h | 188 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu,
|
D | bpf_load.c | 109 efd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in load_and_attach()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 416 ENTRY_SAME(perf_event_open)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 326 SYSCALL_SPU(perf_event_open)
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 76 An EBB event must be attached to a task. This is specified to perf_event_open()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 204 COMPAT_SYSCALL_WRAP5(perf_event_open, struct perf_event_attr __user *, attr_uptr, pid_t, pid, int, …
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 307 298 common perf_event_open sys_perf_event_open
|
D | syscall_32.tbl | 345 336 i386 perf_event_open sys_perf_event_open
|
/linux-4.1.27/kernel/events/ |
D | core.c | 7911 SYSCALL_DEFINE5(perf_event_open, in SYSCALL_DEFINE5() argument
|