Searched refs:unwind_count (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/tests/
H A DGia64-test-rbs.c90 static int unwind_count; variable
108 for (i = 0; i < unwind_count; ++i)
159 unwind_count = 1 + (random () % (nfuncs + RECURSION_DEPTH - 1));
162 printf ("test%d: nfuncs=%d, unwind_count=%d\n",
163 test, nfuncs, unwind_count);
168 else if (ret != RECURSION_DEPTH + nfuncs - unwind_count)
170 test, RECURSION_DEPTH + nfuncs - unwind_count, ret);
/external/valgrind/main/callgrind/
H A Dcallstack.c410 Int unwind_count = 0; local
427 unwind_count++;
436 return unwind_count;
H A Dbbcc.c759 Int unwind_count = CLG_(unwind_call_stack)(sp, 0); local
760 if (unwind_count > 0) {

Completed in 652 milliseconds