unwindme
static struct unwindme *unwindme;
struct unwindme *u = unwindme;
static noinline notrace int test_unwind_kretprobed_func(struct unwindme *u)
static noinline int test_unwind_kretprobed_func_caller(struct unwindme *u)
static int test_unwind_kretprobe(struct unwindme *u)
unwindme = u;
unwindme = NULL;
struct unwindme *u = unwindme;
static int test_unwind_kprobe(struct unwindme *u)
unwindme = u;
unwindme = NULL;
struct unwindme *u = (struct unwindme *)arch_ftrace_regs(fregs)->regs.gprs[2];
static noinline int test_unwind_ftraced_func(struct unwindme *u)
static int test_unwind_ftrace(struct unwindme *u)
static noinline int unwindme_func4(struct unwindme *u)
static noinline int unwindme_func3(struct unwindme *u)
static noinline int unwindme_func2(struct unwindme *u)
int, unwindme_func3, struct unwindme *, u);
return unwindme_func2((struct unwindme *)u);
struct unwindme *u = READ_ONCE(unwindme);
unwindme = NULL;
static int test_unwind_irq(struct unwindme *u)
unwindme = u;
static int test_unwind_task(struct unwindme *u)
struct unwindme u;