Searched refs:TIF_UPROBE (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dthread_info.h59 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro
76 #define _TIF_UPROBE (1 << TIF_UPROBE)
/linux-master/arch/s390/include/asm/
H A Dthread_info.h67 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro
92 #define _TIF_UPROBE BIT(TIF_UPROBE)
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h103 #define TIF_UPROBE 10 /* uprobe breakpoint or singlestep */ macro
111 #define _TIF_UPROBE (1 << TIF_UPROBE)
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h75 #define TIF_UPROBE 7 /* breakpointed or singlestepping */ macro
96 #define _TIF_UPROBE (1<<TIF_UPROBE)
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h64 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro
94 #define _TIF_UPROBE (1 << TIF_UPROBE)
/linux-master/arch/mips/include/asm/
H A Dthread_info.h115 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro
140 #define _TIF_UPROBE (1<<TIF_UPROBE)
/linux-master/arch/arm/include/asm/
H A Dthread_info.h145 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro
160 #define _TIF_UPROBE (1 << TIF_UPROBE)
/linux-master/arch/x86/include/asm/
H A Dthread_info.h95 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro
118 #define _TIF_UPROBE (1 << TIF_UPROBE)
/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h184 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro
204 #define _TIF_UPROBE (1<<TIF_UPROBE)
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h110 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro
136 #define _TIF_UPROBE (1<<TIF_UPROBE)
/linux-master/kernel/events/
H A Duprobes.c1978 set_tsk_thread_flag(t, TIF_UPROBE);
2285 * On breakpoint hit, breakpoint notifier sets the TIF_UPROBE flag and
2289 * On singlestep exception, singlestep notifier sets the TIF_UPROBE flag
2292 * While returning to userspace, thread notices the TIF_UPROBE flag and calls
2299 clear_thread_flag(TIF_UPROBE);
2310 * notifier mechanism. Set TIF_UPROBE flag and indicate breakpoint hit.
2321 set_thread_flag(TIF_UPROBE);
2327 * mechanism. Set TIF_UPROBE flag and indicate completion of singlestep.
2338 set_thread_flag(TIF_UPROBE);

Completed in 252 milliseconds