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

  /external/valgrind/main/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++) {
387 bbcc->rec_array = new_recursion(cxt->fn[0]->separate_recursions);
398 CLG_ASSERT(cxt->fn[0]->separate_recursions > rec_index);
513 source_bbcc->rec_array = new_recursion(caller->separate_recursions);
788 new_recursion((*CLG_(current_fn_stack).top)->separate_recursions);
820 if ((*CLG_(current_fn_stack).top)->separate_recursions >1) {
836 if (level> top->separate_recursions)
837 level = top->separate_recursions;
global.h 77 Int separate_recursions; /* Max level of recursions to separate */ member in struct:_CommandLineOptions
444 Int separate_recursions; member in struct:_fn_node
context.c 188 recs = top_fn->separate_recursions;
debug.c 84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
dump.c     [all...]
fn.c 359 fn->separate_recursions = CLG_(clo).separate_recursions;
main.c     [all...]

Completed in 60 milliseconds