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

  /external/valgrind/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;
482 CLG_(clo).separate_callers, CONFIG_AUTO) {}
484 CLG_(clo).separate_callers) {}
501 fnc->separate_callers = n;
655 CLG_(clo).separate_callers = 0
    [all...]
global.h 96 Int separate_callers; /* Separate dependent on how many callers? */ member in struct:_CommandLineOptions
411 Int separate_callers; member in struct:_fn_node

Completed in 159 milliseconds