Add a thread flag to activate system-wide syscall tracing. Signed-off-by: Mathieu Desnoyers --- include/asm-mips/thread_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux-2.6-lttng/include/asm-mips/thread_info.h =================================================================== --- linux-2.6-lttng.orig/include/asm-mips/thread_info.h 2007-08-09 15:19:01.000000000 -0400 +++ linux-2.6-lttng/include/asm-mips/thread_info.h 2007-08-09 15:28:15.000000000 -0400 @@ -122,9 +122,11 @@ register struct thread_info *__current_t #define TIF_32BIT_REGS 22 /* also implies 16/32 fprs */ #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ +#define TIF_KERNEL_TRACE 30 /* kernel trace active */ #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ #define _TIF_SYSCALL_TRACE (1<