Add a thread flag to activate system-wide syscall tracing. Signed-off-by: Mathieu Desnoyers --- arch/mips/include/asm/thread_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-2.6-lttng/arch/mips/include/asm/thread_info.h =================================================================== --- linux-2.6-lttng.orig/arch/mips/include/asm/thread_info.h 2009-01-09 18:15:55.000000000 -0500 +++ linux-2.6-lttng/arch/mips/include/asm/thread_info.h 2009-01-09 18:17:47.000000000 -0500 @@ -125,9 +125,11 @@ register struct thread_info *__current_t #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ #define TIF_LOAD_WATCH 25 /* If set, load watch registers */ +#define TIF_KERNEL_TRACE 30 /* kernel trace active */ #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ #define _TIF_SYSCALL_TRACE (1<