Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/events/
Duprobes.c1694 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1720 if (utask->active_uprobe) in uprobe_free_utask()
1721 put_uprobe(utask->active_uprobe); in uprobe_free_utask()
1947 utask->active_uprobe = uprobe; in pre_ssout()
1966 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2261 uprobe = utask->active_uprobe; in handle_singlestep()
2270 utask->active_uprobe = NULL; in handle_singlestep()
2302 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2333 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
/linux-6.6.21/include/linux/
Duprobes.h76 struct uprobe *active_uprobe; member