/arch/avr32/include/asm/ |
D | thread_info.h | 77 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 91 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE) 113 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | (1 << TIF_SYSCALL_TRACE) | \
|
/arch/h8300/include/asm/ |
D | thread_info.h | 85 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 95 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/microblaze/kernel/ |
D | ptrace.c | 141 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() 170 if (!test_thread_flag(TIF_SYSCALL_TRACE))
|
/arch/cris/include/asm/ |
D | thread_info.h | 82 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 90 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/um/include/asm/ |
D | thread_info.h | 65 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 75 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/openrisc/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/parisc/include/asm/ |
D | thread_info.h | 55 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 66 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/frv/include/asm/ |
D | thread_info.h | 104 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 113 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/score/include/asm/ |
D | thread_info.h | 88 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 97 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 96 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 109 #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() 204 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 126 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 137 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/sparc/include/asm/ |
D | thread_info_32.h | 126 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 138 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/s390/include/asm/ |
D | thread_info.h | 94 #define TIF_SYSCALL_TRACE 8 /* syscall trace active */ macro 113 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 71 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 83 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 127 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 136 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 131 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 142 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 160 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 169 #define _TIF_SYSCALL_TRACE +(1 << TIF_SYSCALL_TRACE)
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 136 #define TIF_SYSCALL_TRACE 8 macro 143 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 118 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 132 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/tile/include/asm/ |
D | thread_info.h | 129 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro 139 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 97 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 115 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/sh/include/asm/ |
D | thread_info.h | 115 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro 126 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
|
/arch/mips/include/asm/ |
D | thread_info.h | 127 #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ macro 135 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
|
/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 67 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); in ptrace_disable() 183 if (!test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace()
|