Home | History | Annotate | Download | only in callgrind

Lines Matching refs:CONFIG_DEFAULT

41 #define CONFIG_DEFAULT -1
104 fnc->dump_before = CONFIG_DEFAULT;
105 fnc->dump_after = CONFIG_DEFAULT;
106 fnc->zero_before = CONFIG_DEFAULT;
107 fnc->toggle_collect = CONFIG_DEFAULT;
108 fnc->skip = CONFIG_DEFAULT;
109 fnc->pop_on_jump = CONFIG_DEFAULT;
110 fnc->group = CONFIG_DEFAULT;
111 fnc->separate_callers = CONFIG_DEFAULT;
112 fnc->separate_recursions = CONFIG_DEFAULT;
115 fnc->verbosity = CONFIG_DEFAULT;
320 if (fnc->dump_before != CONFIG_DEFAULT)
323 if (fnc->dump_after != CONFIG_DEFAULT)
326 if (fnc->zero_before != CONFIG_DEFAULT)
329 if (fnc->toggle_collect != CONFIG_DEFAULT)
332 if (fnc->skip != CONFIG_DEFAULT)
335 if (fnc->pop_on_jump != CONFIG_DEFAULT)
338 if (fnc->group != CONFIG_DEFAULT)
341 if (fnc->separate_callers != CONFIG_DEFAULT)
344 if (fnc->separate_recursions != CONFIG_DEFAULT)
348 if (fnc->verbosity != CONFIG_DEFAULT)