Searched refs:perf_event_open (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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.4.14/samples/bpf/ |
D | tracex6_user.c | 33 pmu_fd[i] = perf_event_open(&attr_insn_pmu, -1/*pid*/, i/*cpu*/, -1/*group_fd*/, 0); in test_bpf_perf_event()
|
D | libbpf.c | 149 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu, in perf_event_open() function
|
D | trace_output_user.c | 162 pmu_fd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in test_bpf_perf_event()
|
D | libbpf.h | 199 int perf_event_open(struct perf_event_attr *attr, int pid, int cpu,
|
D | bpf_load.c | 139 efd = perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in load_and_attach()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 416 ENTRY_SAME(perf_event_open)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 326 SYSCALL_SPU(perf_event_open)
|
/linux-4.4.14/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.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 157 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/ |
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.4.14/Documentation/ |
D | adding-syscalls.txt | 95 See perf_event_open(2) and the perf_copy_attr() function (in
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 149 passed to the kernel by the perf_event_open system call. They correspond to bit
|
/linux-4.4.14/kernel/events/ |
D | core.c | 8240 SYSCALL_DEFINE5(perf_event_open, in SYSCALL_DEFINE5() argument
|