Lines Matching refs:target
47 struct task_struct *target;
57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL);
62 info->access, target_cmd, info->target->pid, agent_cmd,
69 put_task_struct(info->target);
74 static void report_access(const char *access, struct task_struct *target,
80 assert_spin_locked(&target->alloc_lock); /* for target->comm */
88 access, target->comm, target->pid,
97 get_task_struct(target);
100 info->target = target;
106 put_task_struct(target);
359 /* require ptrace target be a child of ptracer on attach */