Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c25 bool good_kern_stack = false, good_user_stack = false; in get_stack_print_output() local
59 good_kern_stack = true; in get_stack_print_output()
65 good_kern_stack = num_stack > 0; in get_stack_print_output()
70 good_kern_stack = true; in get_stack_print_output()
79 if (!good_kern_stack) in get_stack_print_output()
80 CHECK(!good_kern_stack, "kern_stack", "corrupted kernel stack\n"); in get_stack_print_output()