Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/events/
Duprobes.c1697 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1723 if (utask->active_uprobe) in uprobe_free_utask()
1724 put_uprobe(utask->active_uprobe); in uprobe_free_utask()
1950 utask->active_uprobe = uprobe; in pre_ssout()
1969 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2265 uprobe = utask->active_uprobe; in handle_singlestep()
2274 utask->active_uprobe = NULL; in handle_singlestep()
2306 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2337 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
/linux-6.1.9/include/linux/
Duprobes.h76 struct uprobe *active_uprobe; member