Home
last modified time | relevance | path

Searched refs:perf_event_open (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Devent.c16 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.4.14/samples/bpf/
Dtracex6_user.c33 pmu_fd[i] = perf_event_open(&attr_insn_pmu, -1/*pid*/, i/*cpu*/, -1/*group_fd*/, 0); in test_bpf_perf_event()
Dlibbpf.c149 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, in perf_event_open() function
Dtrace_output_user.c162 pmu_fd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in test_bpf_perf_event()
Dlibbpf.h199 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu,
Dbpf_load.c139 efd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in load_and_attach()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S416 ENTRY_SAME(perf_event_open)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h326 SYSCALL_SPU(perf_event_open)
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt76 An EBB event must be attached to a task. This is specified to perf_event_open()
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c157 COMPAT_SYSCALL_WRAP5(perf_event_open, struct perf_event_attr __user *, attr_uptr, pid_t, pid, int, …
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl307 298 common perf_event_open sys_perf_event_open
Dsyscall_32.tbl345 336 i386 perf_event_open sys_perf_event_open
/linux-4.4.14/Documentation/
Dadding-syscalls.txt95 See perf_event_open(2) and the perf_copy_attr() function (in
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt149 passed to the kernel by the perf_event_open system call. They correspond to bit
/linux-4.4.14/kernel/events/
Dcore.c8240 SYSCALL_DEFINE5(perf_event_open, in SYSCALL_DEFINE5() argument