Searched defs:separate_recursions (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
H A Dclo.c57 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;
457 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
509 fnc->separate_recursions = n;
655 CLG_(clo).separate_recursions = 2;
H A Dglobal.h77 Int separate_recursions; /* Max level of recursions to separate */ member in struct:_CommandLineOptions
445 Int separate_recursions; member in struct:_fn_node

Completed in 325 milliseconds