Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/events/
Duprobes.c1747 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1773 if (utask->active_uprobe) in uprobe_free_utask()
1774 put_uprobe(utask->active_uprobe); in uprobe_free_utask()
2009 utask->active_uprobe = uprobe; in pre_ssout()
2031 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2345 uprobe = utask->active_uprobe; in handle_singlestep()
2354 utask->active_uprobe = NULL; in handle_singlestep()
2386 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2417 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
/linux-6.12.1/include/linux/
Duprobes.h77 struct uprobe *active_uprobe; member