HomeSort by relevance Sort by last modified time
    Searched defs:separate_callers (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
clo.c 38 /* Special value for separate_callers: automatic = adaptive */
56 Int separate_callers; /* separate logging dependent on caller */ member in struct:_fn_config
111 fnc->separate_callers = CONFIG_DEFAULT;
341 if (fnc->separate_callers != CONFIG_DEFAULT)
342 fn->separate_callers = fnc->separate_callers;
481 CLG_(clo).separate_callers, CONFIG_AUTO) {}
483 CLG_(clo).separate_callers) {}
500 fnc->separate_callers = n;
654 CLG_(clo).separate_callers = 0
    [all...]
global.h 79 Int separate_callers; /* Separate dependent on how many callers? */ member in struct:_CommandLineOptions
437 Int separate_callers; member in struct:_fn_node

Completed in 149 milliseconds