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

  /external/valgrind/callgrind/
clo.c 57 Int separate_recursions; /* separate logging of rec. levels */ member in struct:_fn_config
112 fnc->separate_recursions = CONFIG_DEFAULT;
344 if (fnc->separate_recursions != CONFIG_DEFAULT)
345 fn->separate_recursions = fnc->separate_recursions;
458 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
510 fnc->separate_recursions = n;
656 CLG_(clo).separate_recursions = 2;
bbcc.c 123 for(j=0;j<bbcc->cxt->fn[0]->separate_recursions;j++) {
392 bbcc->rec_array = new_recursion(cxt->fn[0]->separate_recursions);
403 CLG_ASSERT(cxt->fn[0]->separate_recursions > rec_index);
520 source_bbcc->rec_array = new_recursion(caller->separate_recursions);
795 new_recursion((*CLG_(current_fn_stack).top)->separate_recursions);
827 if ((*CLG_(current_fn_stack).top)->separate_recursions >1) {
843 if (level> top->separate_recursions)
844 level = top->separate_recursions;
global.h 97 Int separate_recursions; /* Max level of recursions to separate */ member in struct:_CommandLineOptions
412 Int separate_recursions; member in struct:_fn_node
context.c 181 recs = top_fn->separate_recursions;
debug.c 84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
dump.c 1247 CLG_(clo).separate_recursions);
    [all...]
fn.c 367 fn->separate_recursions = CLG_(clo).separate_recursions;
main.c     [all...]

Completed in 60 milliseconds