Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/events/
A Duprobes.c1696 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1722 if (utask->active_uprobe) in uprobe_free_utask()
1723 put_uprobe(utask->active_uprobe); in uprobe_free_utask()
1949 utask->active_uprobe = uprobe; in pre_ssout()
1968 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2264 uprobe = utask->active_uprobe; in handle_singlestep()
2273 utask->active_uprobe = NULL; in handle_singlestep()
2305 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2336 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
/linux-6.3-rc2/include/linux/
A Duprobes.h76 struct uprobe *active_uprobe; member

Completed in 8 milliseconds