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-15 14:56:28.000000000 -0400 +++ linux-2.6-lttng/arch/blackfin/include/asm/thread_info.h 2009-03-15 14:57:30.000000000 -0400 @@ -122,6 +122,7 @@ static inline struct thread_info *curren #define TIF_MEMDIE 4 #define TIF_RESTORE_SIGMASK 5 /* restore signal mask in do_signal() */ #define TIF_FREEZE 6 /* is freezing for suspend */ +#define TIF_KERNEL_TRACE 7 /* kernel trace active */ /* as above, but as bit values */ #define _TIF_SYSCALL_TRACE (1<