/linux/arch/openrisc/kernel/ |
A D | ptrace.c | 136 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); in ptrace_disable() 161 if (test_thread_flag(TIF_SYSCALL_TRACE) && in do_syscall_trace_enter() 183 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/linux/arch/m68k/include/asm/ |
A D | thread_info.h | 65 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 73 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/nios2/include/asm/ |
A D | thread_info.h | 82 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 95 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/arc/include/asm/ |
A D | thread_info.h | 83 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 88 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/um/include/asm/ |
A D | thread_info.h | 57 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 68 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/nds32/include/asm/ |
A D | thread_info.h | 52 #define TIF_SYSCALL_TRACE 8 macro 63 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/riscv/include/asm/ |
A D | thread_info.h | 83 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 95 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/hexagon/include/asm/ |
A D | thread_info.h | 92 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 102 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/parisc/include/asm/ |
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/openrisc/include/asm/ |
A D | thread_info.h | 94 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 108 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/h8300/include/asm/ |
A D | thread_info.h | 66 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 79 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/sparc/include/asm/ |
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)
|
/linux/arch/s390/include/asm/ |
A D | thread_info.h | 85 #define TIF_SYSCALL_TRACE 24 /* syscall trace active */ macro 104 #define _TIF_SYSCALL_TRACE BIT(TIF_SYSCALL_TRACE)
|
/linux/arch/csky/include/asm/ |
A D | thread_info.h | 62 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro 74 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/xtensa/include/asm/ |
A D | thread_info.h | 109 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 122 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/alpha/include/asm/ |
A D | thread_info.h | 60 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 70 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/microblaze/include/asm/ |
A D | thread_info.h | 104 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 118 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/arm64/include/asm/ |
A D | thread_info.h | 71 #define TIF_SYSCALL_TRACE 8 /* syscall trace active */ macro 90 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/riscv/kernel/ |
A D | ptrace.c | 222 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); in ptrace_disable() 245 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_enter() 270 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit()
|
/linux/arch/sh/include/asm/ |
A D | thread_info.h | 105 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 117 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/nds32/kernel/ |
A D | ptrace.c | 105 if (test_thread_flag(TIF_SYSCALL_TRACE)) { in syscall_trace_enter() 115 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave()
|
/linux/arch/microblaze/kernel/ |
A D | ptrace.c | 142 if (test_thread_flag(TIF_SYSCALL_TRACE) && in do_syscall_trace_enter() 163 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/linux/arch/mips/include/asm/ |
A D | thread_info.h | 128 #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ macro 130 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/linux/arch/ia64/include/asm/ |
A D | thread_info.h | 103 #define TIF_SYSCALL_TRACE 2 /* syscall trace active */ macro 114 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/linux/arch/powerpc/include/asm/ |
A D | thread_info.h | 90 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 115 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|