Searched refs:uprobe_warn (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/events/ |
D | uprobes.c | 115 static void uprobe_warn(struct task_struct *t, const char *msg) in uprobe_warn() function 1140 uprobe_warn(current, "unregister, leaking uprobe"); in uprobe_unregister_nosync() 1841 uprobe_warn(current, "dup xol area"); in dup_xol_work() 1862 return uprobe_warn(t, "dup ret instances"); in uprobe_copy_process() 1867 return uprobe_warn(t, "dup xol area"); in uprobe_copy_process() 1958 uprobe_warn(current, "handle tail call"); in prepare_uretprobe() 2245 uprobe_warn(current, "handle uretprobe, sending SIGILL."); in uprobe_handle_trampoline() 2363 uprobe_warn(current, "execute the probed insn, sending SIGILL."); in handle_singlestep()
|