Home
last modified time | relevance | path

Searched refs:unwindme (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c120 struct unwindme { struct
129 static struct unwindme *unwindme; argument
160 struct unwindme *u = unwindme; in kretprobe_ret_handler()
171 static noinline notrace int test_unwind_kretprobed_func(struct unwindme *u) in test_unwind_kretprobed_func()
183 static noinline int test_unwind_kretprobed_func_caller(struct unwindme *u) in test_unwind_kretprobed_func_caller()
188 static int test_unwind_kretprobe(struct unwindme *u) in test_unwind_kretprobe()
197 unwindme = u; in test_unwind_kretprobe()
213 unwindme = NULL; in test_unwind_kretprobe()
221 struct unwindme *u = unwindme; in kprobe_pre_handler()
239 static int test_unwind_kprobe(struct unwindme *u) in test_unwind_kprobe()
[all …]