Symbol: _TIF_SYSCALL_TRACE
arch/arc/include/asm/thread_info.h
98
#define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_TRACEPOINT)
arch/arm/include/asm/thread_info.h
169
#define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT | \
arch/arm64/include/asm/thread_info.h
108
#define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT | \
arch/arm64/kernel/ptrace.c
2416
if (flags & (_TIF_SYSCALL_EMU | _TIF_SYSCALL_TRACE)) {
arch/arm64/kernel/ptrace.c
2444
if (flags & (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP))
arch/csky/include/asm/thread_info.h
86
#define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT | \
arch/hexagon/include/asm/thread_info.h
104
#define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE)
arch/microblaze/include/asm/thread_info.h
123
#define _TIF_WORK_SYSCALL_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \
arch/mips/include/asm/thread_info.h
156
#define _TIF_WORK_SYSCALL_ENTRY (_TIF_NOHZ | _TIF_SYSCALL_TRACE | \
arch/mips/include/asm/thread_info.h
161
#define _TIF_WORK_SYSCALL_EXIT (_TIF_NOHZ | _TIF_SYSCALL_TRACE | \
arch/openrisc/include/asm/thread_info.h
112
#define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP))
arch/parisc/include/asm/thread_info.h
71
#define _TIF_SYSCALL_TRACE_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \
arch/powerpc/include/asm/thread_info.h
142
#define _TIF_SYSCALL_DOTRACE (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT | \
arch/powerpc/kernel/ptrace/ptrace.c
259
flags = read_thread_flags() & (_TIF_SYSCALL_EMU | _TIF_SYSCALL_TRACE);
arch/sh/include/asm/thread_info.h
124
#define _TIF_WORK_SYSCALL_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \
arch/sh/include/asm/thread_info.h
129
#define _TIF_ALLWORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SIGPENDING | \
arch/sh/include/asm/thread_info.h
135
#define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \
arch/xtensa/include/asm/thread_info.h
138
#define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \