Add a thread flag to activate system-wide syscall tracing. Signed-off-by: Mathieu Desnoyers --- include/asm-alpha/thread_info.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Index: linux-2.6-lttng/include/asm-alpha/thread_info.h =================================================================== --- linux-2.6-lttng.orig/include/asm-alpha/thread_info.h 2007-11-13 09:25:26.000000000 -0500 +++ linux-2.6-lttng/include/asm-alpha/thread_info.h 2007-11-13 09:49:39.000000000 -0500 @@ -76,19 +76,21 @@ register struct thread_info *__current_t #define TIF_UAC_SIGBUS 7 #define TIF_MEMDIE 8 #define TIF_RESTORE_SIGMASK 9 /* restore signal mask in do_signal */ +#define TIF_KERNEL_TRACE 10 /* Kernel tracing of syscalls */ #define _TIF_SYSCALL_TRACE (1<