Home | History | Annotate | Download | only in callgrind

Lines Matching defs:config

28 #include "config.h" // for VG_PREFIX
86 fn_config* config;
135 node->config = 0;
154 * Returns function config object for pattern <name>
169 if (!node->config) node->config = new_fnc();
170 return node->config;
210 new_sub->config = new_fnc();
211 return new_sub->config;
247 new_sub->config = new_fnc();
248 return new_sub->config;
259 if (!n->config) n->config = new_fnc();
260 return n->config;
299 /* get a function config for a name pattern (from command line) */
355 * <fn> is updated with the pattern config.
364 if ((*name == 0) && node->config) {
366 update_fn_config1(fn, node->config);
396 /* Update function config according to configs of name prefixes */