Searched refs:TIF_UPROBE (Results 1 – 4 of 4) sorted by relevance
59 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro76 #define _TIF_UPROBE (1 << TIF_UPROBE)
115 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro140 #define _TIF_UPROBE (1<<TIF_UPROBE)
145 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro160 #define _TIF_UPROBE (1 << TIF_UPROBE)
2372 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal() 2844 * On breakpoint hit, breakpoint notifier sets the TIF_UPROBE flag and2848 * On singlestep exception, singlestep notifier sets the TIF_UPROBE flag2851 * While returning to userspace, thread notices the TIF_UPROBE flag and calls2858 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()