Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Ddwarf-unwind.c127 static int global_unwind_retval = -INT_MAX; variable
134 if (global_unwind_retval == -INT_MAX) { in test_dwarf_unwind__compare()
138 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
139 if (!global_unwind_retval) { in test_dwarf_unwind__compare()
141 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
164 return global_unwind_retval; in test_dwarf_unwind__krava_3()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddwarf-unwind.c141 static int global_unwind_retval = -INT_MAX; variable
148 if (global_unwind_retval == -INT_MAX) { in test_dwarf_unwind__compare()
152 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
153 if (!global_unwind_retval) { in test_dwarf_unwind__compare()
155 global_unwind_retval = test_dwarf_unwind__thread(thread); in test_dwarf_unwind__compare()
178 return global_unwind_retval; in test_dwarf_unwind__krava_3()

Completed in 1 milliseconds