Searched refs:UWM_KRETPROBE (Results 1 – 1 of 1) sorted by relevance
142 #define UWM_KRETPROBE 0x200 /* Unwind through kretprobed function. */ macro175 if (!(u->flags & UWM_KRETPROBE)) in test_unwind_kretprobed_func()330 } else if (u->flags & (UWM_KRETPROBE | UWM_KRETPROBE_HANDLER)) { in unwindme_func4()471 TEST_WITH_FLAGS(UWM_KRETPROBE),472 TEST_WITH_FLAGS(UWM_KRETPROBE | UWM_SP),473 TEST_WITH_FLAGS(UWM_KRETPROBE | UWM_REGS),474 TEST_WITH_FLAGS(UWM_KRETPROBE | UWM_SP | UWM_REGS),