Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Duprobes.c159 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
184 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
247 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c138 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
152 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
175 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/linux-4.4.14/kernel/events/
Duprobes.c1376 struct uprobe_task *utask = current->utask; in uprobe_get_trap_addr()
1398 struct uprobe_task *utask = t->utask; in uprobe_free_utask()
1424 static struct uprobe_task *get_utask(void) in get_utask()
1427 current->utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in get_utask()
1431 static int dup_utask(struct task_struct *t, struct uprobe_task *o_utask) in dup_utask()
1433 struct uprobe_task *n_utask; in dup_utask()
1436 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1479 struct uprobe_task *utask = current->utask; in uprobe_copy_process()
1526 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances()
1542 struct uprobe_task *utask; in prepare_uretprobe()
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Duprobes.c114 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
169 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c478 struct uprobe_task *utask = current->utask; in riprel_pre_xol()
489 struct uprobe_task *utask = current->utask; in riprel_post_xol()
558 struct uprobe_task *utask = current->utask; in default_post_xol_op()
817 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
864 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
935 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/linux-4.4.14/include/linux/
Duprobes.h73 struct uprobe_task { struct
Dsched.h1808 struct uprobe_task *utask;
/linux-4.4.14/arch/s390/kernel/
Duprobes.c78 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()