Go to the documentation of this file. 1 #ifndef _LINUX_UPROBES_H
2 #define _LINUX_UPROBES_H
27 #include <linux/errno.h>
28 #include <linux/rbtree.h>
34 #ifdef CONFIG_ARCH_SUPPORTS_UPROBES
35 # include <asm/uprobes.h>
50 enum uprobe_task_state {
61 enum uprobe_task_state
state;
64 struct uprobe *active_uprobe;
66 unsigned long xol_vaddr;
90 struct xol_area *xol_area;