/linux/arch/um/include/asm/ |
H A D | thread_info.h | 35 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 47 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/m68k/include/asm/ |
H A D | thread_info.h | 67 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 76 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 73 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 86 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 87 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 101 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 86 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 96 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 80 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 85 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 41 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 56 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 102 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 115 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
H A D | thread_info_64.h | 178 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 198 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 60 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro 72 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 98 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 112 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 115 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 128 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 100 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 112 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 67 #define TIF_SYSCALL_TRACE 8 /* syscall trace active */ macro 90 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 61 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 71 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/microblaze/kernel/ |
H A D | ptrace.c | 141 if (test_thread_flag(TIF_SYSCALL_TRACE) && in do_syscall_trace_enter() 162 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 132 #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ macro 134 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 151 #define TIF_SYSCALL_TRACE 20 /* syscall trace active */ macro 161 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/nios2/kernel/ |
H A D | ptrace.c | 135 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_enter() 143 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit()
|
/linux/arch/m68k/coldfire/ |
H A D | entry.S | 75 btst #(TIF_SYSCALL_TRACE%8),%a0@(TINFO_FLAGS+(31-TIF_SYSCALL_TRACE)/8)
|
/linux/arch/m68k/68000/ |
H A D | entry.S | 76 btst #(TIF_SYSCALL_TRACE%8),%a2@(TINFO_FLAGS+(31-TIF_SYSCALL_TRACE)/8)
|
/linux/arch/m68k/kernel/ |
H A D | ptrace.c | 281 if (test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_enter() 292 if (test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave()
|
/linux/arch/alpha/kernel/ |
H A D | ptrace.c | 326 if (test_thread_flag(TIF_SYSCALL_TRACE) && in syscall_trace_enter() 337 if (test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave()
|
/linux/arch/sh/kernel/ |
H A D | ptrace_32.c | 457 if (test_thread_flag(TIF_SYSCALL_TRACE) && in do_syscall_trace_enter() 485 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/linux/arch/csky/kernel/ |
H A D | ptrace.c | 322 if (test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_enter() 340 if (test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_exit()
|