Home
last modified time | relevance | path

Searched refs:TIF_UPROBE (Results 1 – 4 of 4) sorted by relevance

/linux/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/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/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/kernel/events/
H A Duprobes.c2372 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()
2844 * On breakpoint hit, breakpoint notifier sets the TIF_UPROBE flag and
2848 * On singlestep exception, singlestep notifier sets the TIF_UPROBE flag
2851 * While returning to userspace, thread notices the TIF_UPROBE flag and calls
2858 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()
2869 * notifier mechanism. Set TIF_UPROBE flag and indicate breakpoint hit.
2880 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()
2886 * mechanism. Set TIF_UPROBE flag and indicate completion of singlestep.
2897 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()