[patch-RFC 26/26] LTTng Kernel Trace Thread Flag API

2007-12-05 Thread Mathieu Desnoyers
Add an API to set/clear the kernel wide tracing thread flags. Implemented in kernel/sched.c. Updates thread flags *asynchronously* while holding the tasklist lock. Upon fork, the flag must be re-copied while the tasklist lock is held. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> ---

[patch-RFC 26/26] LTTng Kernel Trace Thread Flag API

2007-12-05 Thread Mathieu Desnoyers
Add an API to set/clear the kernel wide tracing thread flags. Implemented in kernel/sched.c. Updates thread flags *asynchronously* while holding the tasklist lock. Upon fork, the flag must be re-copied while the tasklist lock is held. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] ---