Home
last modified time | relevance | path

Searched refs:uprobe_task (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Duprobes.c64 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
79 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
122 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
180 struct uprobe_task *utask = current->utask; in uprobe_single_step_handler()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Duprobes.c91 static unsigned long relbranch_fixup(u32 insn, struct uprobe_task *utask, in relbranch_fixup()
192 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
218 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
295 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Duprobes.c50 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
64 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
102 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Duprobes.c107 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
128 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
191 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c135 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
149 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
172 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c1697 struct uprobe_task *utask = current->utask; in uprobe_get_trap_addr()
1719 struct uprobe_task *utask = t->utask; in uprobe_free_utask()
1745 static struct uprobe_task *get_utask(void) in get_utask()
1748 current->utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in get_utask()
1752 static int dup_utask(struct task_struct *t, struct uprobe_task *o_utask) in dup_utask()
1754 struct uprobe_task *n_utask; in dup_utask()
1757 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1801 struct uprobe_task *utask = current->utask; in uprobe_copy_process()
1848 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances()
1864 struct uprobe_task *utask; in prepare_uretprobe()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c473 struct uprobe_task *utask = current->utask; in riprel_pre_xol()
484 struct uprobe_task *utask = current->utask; in riprel_post_xol()
556 struct uprobe_task *utask = current->utask; in default_post_xol_op()
916 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
963 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
1034 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Duprobes.c102 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
157 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/OK3568_Linux_fs/kernel/include/linux/
H A Duprobes.h61 struct uprobe_task { struct
H A Dsched.h1333 struct uprobe_task *utask;
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c81 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()