/arch/cris/include/asm/ |
D | thread_info.h | 69 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 76 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/score/include/asm/ |
D | thread_info.h | 77 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 84 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 79 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 89 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/frv/include/asm/ |
D | thread_info.h | 83 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 91 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/nios2/include/asm/ |
D | thread_info.h | 85 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 97 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/arc/include/asm/ |
D | thread_info.h | 88 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro 93 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/um/include/asm/ |
D | thread_info.h | 60 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 70 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 100 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 113 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 108 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 117 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/h8300/include/asm/ |
D | thread_info.h | 69 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 81 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/sparc/include/asm/ |
D | thread_info_32.h | 105 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 117 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/openrisc/kernel/ |
D | ptrace.c | 156 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); in ptrace_disable() 181 if (test_thread_flag(TIF_SYSCALL_TRACE) && in do_syscall_trace_enter() 203 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/arch/s390/include/asm/ |
D | thread_info.h | 74 #define TIF_SYSCALL_TRACE 24 /* syscall trace active */ macro 91 #define _TIF_SYSCALL_TRACE _BITUL(TIF_SYSCALL_TRACE)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 99 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 108 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 52 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 65 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 107 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 116 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/arm64/include/asm/ |
D | thread_info.h | 86 #define TIF_SYSCALL_TRACE 8 macro 102 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/metag/include/asm/ |
D | thread_info.h | 106 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 119 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 63 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 72 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 141 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 150 #define _TIF_SYSCALL_TRACE +(1 << TIF_SYSCALL_TRACE)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 110 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 123 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/tile/include/asm/ |
D | thread_info.h | 121 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro 134 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 123 #define TIF_SYSCALL_TRACE 8 macro 130 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/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()
|
/arch/sh/include/asm/ |
D | thread_info.h | 112 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 123 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|