Searched refs:tracee (Results 1 – 3 of 3) sorted by relevance
32 struct task_struct *tracee; member75 struct task_struct *tracee) in yama_ptracer_add() argument83 added->tracee = tracee; in yama_ptracer_add()92 if (relation->tracee == tracee) { in yama_ptracer_add()113 struct task_struct *tracee) in yama_ptracer_del() argument122 if (relation->tracee == tracee || in yama_ptracer_del()248 struct task_struct *tracee) in ptracer_exception_found() argument256 if (!thread_group_leader(tracee)) in ptracer_exception_found()257 tracee = rcu_dereference(tracee->group_leader); in ptracer_exception_found()261 if (relation->tracee == tracee) { in ptracer_exception_found()
63 int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee, in aa_may_ptrace() argument71 if (unconfined(tracer) || tracer == tracee) in aa_may_ptrace()85 int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee, in aa_ptrace() argument101 struct aa_profile *tracee_p = aa_get_task_profile(tracee); in aa_ptrace()
22 int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee,25 int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee,