HomeSort by relevance Sort by last modified time
    Searched refs:unwind_count (Results 1 - 3 of 3) sorted by null

  /external/libunwind/tests/
Gia64-test-rbs.c 90 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/callgrind/
callstack.c 410 Int unwind_count = 0; local
427 unwind_count++;
436 return unwind_count;
bbcc.c 766 Int unwind_count = CLG_(unwind_call_stack)(sp, 0); local
767 if (unwind_count > 0) {

Completed in 203 milliseconds