Home
last modified time | relevance | path

Searched refs:uprobe_start_dup_mmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Duprobes.h121 extern void uprobe_start_dup_mmap(void);
179 static inline void uprobe_start_dup_mmap(void) in uprobe_start_dup_mmap() function
/openbmc/linux/kernel/events/
H A Duprobes.c1561 void uprobe_start_dup_mmap(void) in uprobe_start_dup_mmap() function
/openbmc/linux/kernel/
H A Dfork.c657 uprobe_start_dup_mmap(); in dup_mmap()