Add a thread flag to activate system-wide syscall tracing. Signed-off-by: Mathieu Desnoyers --- arch/blackfin/include/asm/thread_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-2.6-lttng/arch/blackfin/include/asm/thread_info.h =================================================================== --- linux-2.6-lttng.orig/arch/blackfin/include/asm/thread_info.h 2009-03-16 19:50:47.000000000 -0400 +++ linux-2.6-lttng/arch/blackfin/include/asm/thread_info.h 2009-03-16 19:55:16.000000000 -0400 @@ -123,6 +123,7 @@ static inline struct thread_info *curren #define TIF_RESTORE_SIGMASK 5 /* restore signal mask in do_signal() */ #define TIF_FREEZE 6 /* is freezing for suspend */ #define TIF_IRQ_SYNC 7 /* sync pipeline stage */ +#define TIF_KERNEL_TRACE 8 /* kernel trace active */ /* as above, but as bit values */ #define _TIF_SYSCALL_TRACE (1<