Rechercher une page de manuel
tracehook_tracer_task
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
Sommaire
NAME
tracehook_tracer_task - return the task that is tracing the given taskSYNOPSIS
- struct task_struct * tracehook_tracer_task(struct task_struct * tsk);
ARGUMENTS
tsk
- task to consider
DESCRIPTION
Returns NULL if noone is tracing task, or the struct task_struct pointer to its tracer.
Must called under rcu_read_lock. The pointer returned might be kept live only by RCU. During exec, this may be called with task_lock held on task, still held from when tracehook_unsafe_exec was called.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre