Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Ddwarf-unwind.c123 static int global_unwind_retval = -INT_MAX; variable
130 if (global_unwind_retval == -INT_MAX) { in test_dwarf_unwind__compare()
134 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
135 if (!global_unwind_retval) { in test_dwarf_unwind__compare()
137 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
160 return global_unwind_retval; in test_dwarf_unwind__krava_3()