/Linux-v5.10/arch/openrisc/kernel/ |
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-v5.10/arch/riscv/include/asm/ |
D | thread_info.h | 68 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 78 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | thread_info.h | 67 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 75 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | thread_info.h | 82 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 94 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/arc/include/asm/ |
D | thread_info.h | 82 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 87 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/nds32/include/asm/ |
D | thread_info.h | 51 #define TIF_SYSCALL_TRACE 8 macro 61 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/um/include/asm/ |
D | thread_info.h | 57 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 67 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | thread_info.h | 92 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 101 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/openrisc/include/asm/ |
D | thread_info.h | 94 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 107 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/riscv/kernel/ |
D | ptrace.c | 119 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); in ptrace_disable() 142 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_enter() 167 if (test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit()
|
/Linux-v5.10/arch/h8300/include/asm/ |
D | thread_info.h | 66 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 78 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | thread_info_32.h | 102 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 114 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | thread_info.h | 49 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 62 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/s390/include/asm/ |
D | thread_info.h | 79 #define TIF_SYSCALL_TRACE 24 /* syscall trace active */ macro 96 #define _TIF_SYSCALL_TRACE BIT(TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/csky/include/asm/ |
D | thread_info.h | 64 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro 75 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | thread_info.h | 109 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 121 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | thread_info.h | 60 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 69 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/microblaze/include/asm/ |
D | thread_info.h | 104 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 117 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | thread_info.h | 71 #define TIF_SYSCALL_TRACE 8 /* syscall trace active */ macro 90 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/sh/include/asm/ |
D | thread_info.h | 105 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 116 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/microblaze/kernel/ |
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-v5.10/arch/nds32/kernel/ |
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-v5.10/arch/mips/include/asm/ |
D | thread_info.h | 133 #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ macro 135 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | thread_info.h | 90 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 115 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/Linux-v5.10/arch/x86/include/asm/ |
D | thread_info.h | 77 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 106 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|