Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c1898 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1970 WARN_ON_ONCE(utask->active_uprobe || utask->xol_vaddr); in uprobe_free_utask()
2286 utask->active_uprobe = uprobe; in pre_ssout()
2308 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2736 uprobe = utask->active_uprobe; in handle_singlestep()
2745 utask->active_uprobe = NULL; in handle_singlestep()
2777 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2808 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()