Searched refs:uprobe_warn (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 1779 static void uprobe_warn(struct task_struct *t, const char *msg) 1792 uprobe_warn(current, "dup xol area"); 1813 return uprobe_warn(t, "dup ret instances"); in uprobe_copy_process() 1818 return uprobe_warn(t, "dup xol area"); in uprobe_copy_process() 1905 uprobe_warn(current, "handle tail call"); in prepare_uretprobe() 2169 uprobe_warn(current, "handle uretprobe, sending SIGILL."); in arch_uprobe_ignore() 2285 uprobe_warn(current, "execute the probed insn, sending SIGILL."); 1774 static void uprobe_warn(struct task_struct *t, const char *msg) uprobe_warn() function
|