Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/kernel/events/
Duprobes.c1371 struct uprobe_task *utask = current->utask; in uprobe_get_trap_addr()
1385 struct uprobe_task *utask = t->utask; in uprobe_free_utask()
1416 static struct uprobe_task *get_utask(void) in get_utask()
1419 current->utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in get_utask()
1423 static int dup_utask(struct task_struct *t, struct uprobe_task *o_utask) in dup_utask()
1425 struct uprobe_task *n_utask; in dup_utask()
1428 n_utask = kzalloc(sizeof(struct uprobe_task), GFP_KERNEL); in dup_utask()
1471 struct uprobe_task *utask = current->utask; in uprobe_copy_process()
1521 struct uprobe_task *utask; in prepare_uretprobe()
1590 struct uprobe_task *utask; in pre_ssout()
[all …]
/linux-4.1.27/arch/x86/kernel/
Duprobes.c482 struct uprobe_task *utask = current->utask; in riprel_pre_xol()
493 struct uprobe_task *utask = current->utask; in riprel_post_xol()
566 struct uprobe_task *utask = current->utask; in default_post_xol_op()
825 struct uprobe_task *utask = current->utask; in arch_uprobe_pre_xol()
872 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()
943 struct uprobe_task *utask = current->utask; in arch_uprobe_abort_xol()
/linux-4.1.27/include/linux/
Duprobes.h73 struct uprobe_task { struct
Dsched.h1719 struct uprobe_task *utask;
/linux-4.1.27/arch/s390/kernel/
Duprobes.c78 struct uprobe_task *utask = current->utask; in arch_uprobe_post_xol()