Home
last modified time | relevance | path

Searched refs:perf_event_mmap (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtrace_helpers.h19 int perf_event_mmap(int fd);
Dtrace_helpers.c109 int perf_event_mmap(int fd) in perf_event_mmap() function
Dtest_progs.c1526 err = perf_event_mmap(pmu_fd); in test_get_stack_raw_tp()
/Linux-v4.19/samples/bpf/
Dtrace_output_user.c96 if (perf_event_mmap(pmu_fd) < 0) in main()
/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c124 static void *perf_event_mmap(int fd) in perf_event_mmap() function
262 rings[i].mem = perf_event_mmap(rings[i].fd); in do_event_pipe()
/Linux-v4.19/include/linux/
Dperf_event.h1115 extern void perf_event_mmap(struct vm_area_struct *vma);
1335 static inline void perf_event_mmap(struct vm_area_struct *vma) { } in perf_event_mmap() function
/Linux-v4.19/mm/
Dmmap.c1795 perf_event_mmap(vma); in mmap_region()
2375 perf_event_mmap(vma); in expand_upwards()
2454 perf_event_mmap(vma); in expand_downwards()
2997 perf_event_mmap(vma); in do_brk_flags()
3363 perf_event_mmap(vma); in __install_special_mapping()
Dmprotect.c445 perf_event_mmap(vma); in mprotect_fixup()
/Linux-v4.19/kernel/events/
Dcore.c7421 void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap() function