global_unwind_retval  126 tools/perf/tests/dwarf-unwind.c static int global_unwind_retval = -INT_MAX;
global_unwind_retval  133 tools/perf/tests/dwarf-unwind.c 	if (global_unwind_retval == -INT_MAX) {
global_unwind_retval  137 tools/perf/tests/dwarf-unwind.c 		global_unwind_retval = test_dwarf_unwind__thread(thread);
global_unwind_retval  138 tools/perf/tests/dwarf-unwind.c 		if (!global_unwind_retval) {
global_unwind_retval  140 tools/perf/tests/dwarf-unwind.c 			global_unwind_retval = test_dwarf_unwind__thread(thread);
global_unwind_retval  163 tools/perf/tests/dwarf-unwind.c 	return global_unwind_retval;