Query: tracehook_tracer_task
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACEHOOK_TRACER_TAS(9) Kernel Internals TRACEHOOK_TRACER_TAS(9)NAMEtracehook_tracer_task - return the task that is tracing the given taskSYNOPSISstruct task_struct * tracehook_tracer_task(struct task_struct * tsk);ARGUMENTStsk task to considerDESCRIPTIONReturns 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. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_TRACER_TAS(9)