Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/events/
H A Duprobes.c1699 if (unlikely(utask && utask->active_uprobe)) in uprobe_get_trap_addr()
1725 if (utask->active_uprobe) in uprobe_free_utask()
1726 put_uprobe(utask->active_uprobe); in uprobe_free_utask()
1952 utask->active_uprobe = uprobe; in pre_ssout()
1971 if (likely(!utask || !utask->active_uprobe)) in uprobe_deny_signal()
2266 uprobe = utask->active_uprobe; in handle_singlestep()
2275 utask->active_uprobe = NULL; in handle_singlestep()
2292 * sets utask->active_uprobe.
2307 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2338 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
[all...]
/kernel/linux/linux-6.6/kernel/events/
H A 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()
2287 * sets utask->active_uprobe.
2302 if (utask && utask->active_uprobe) in uprobe_notify_resume()
2333 if (!current->mm || !utask || !utask->active_uprobe) in uprobe_post_sstep_notifier()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Duprobes.h76 struct uprobe *active_uprobe; member
/kernel/linux/linux-6.6/include/linux/
H A Duprobes.h76 struct uprobe *active_uprobe; member

Completed in 8 milliseconds