Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dcallstack.c403 Int unwind_count = 0; in CLG_() local
420 unwind_count++; in CLG_()
429 return unwind_count; in CLG_()
Dbbcc.c744 Int unwind_count = CLG_(unwind_call_stack)(sp, 0); in CLG_() local
745 if (unwind_count > 0) { in CLG_()