Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h120 extern void uprobe_end_dup_mmap(void);
180 static inline void uprobe_end_dup_mmap(void) in uprobe_end_dup_mmap() function
/openbmc/linux/kernel/events/
H A Duprobes.c1562 void uprobe_end_dup_mmap(void) in uprobe_end_dup_mmap() function
/openbmc/linux/kernel/
H A Dfork.c778 uprobe_end_dup_mmap(); in dup_mmap()