Searched defs:tracee (Results 1 – 4 of 4) sorted by relevance
/linux/security/yama/ |
H A D | yama_lsm.c | 33 struct task_struct *tracee; member 144 yama_ptracer_add(struct task_struct * tracer,struct task_struct * tracee) yama_ptracer_add() argument 182 yama_ptracer_del(struct task_struct * tracer,struct task_struct * tracee) yama_ptracer_del() argument 308 ptracer_exception_found(struct task_struct * tracer,struct task_struct * tracee) ptracer_exception_found() argument [all...] |
/linux/security/apparmor/ |
H A D | task.c | 244 struct aa_profile *tracee, in profile_tracee_perm() 257 struct aa_label *tracee, u32 request, in profile_tracer_perm() 290 const struct cred *tracee_cred, struct aa_label *tracee, in aa_may_ptrace()
|
/linux/samples/ftrace/ |
H A D | ftrace-ops.c | 120 static struct sample_ops *ops_alloc_init(void *tracee, ftrace_func_t func, in ops_alloc_init()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1520 void start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in start_tracer() 1598 pid_t tracee = getpid(); in setup_trace_fixture() local 1642 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke() 1943 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) in get_syscall() 1956 pid_t tracee, long *syscall, long *ret) in __change_syscall() 1982 pid_t tracee, long syscall) in change_syscall_nr() 1989 pid_t tracee, long ret) in change_syscall_ret() 1996 void tracer_seccomp(struct __test_metadata *_metadata, pid_t tracee, in tracer_seccomp() 2047 void tracer_ptrace(struct __test_metadata *_metadata, pid_t tracee, in tracer_ptrace()
|