HomeSort by relevance Sort by last modified time
    Searched defs:separate_recursions (Results 1 - 2 of 2) 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;
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

Completed in 87 milliseconds