Home | History | Annotate | Download | only in callgrind

Lines Matching defs:skip

52     Int skip;    /* Handle CALL to this function as JMP (= Skip)? */
108 fnc->skip = CONFIG_DEFAULT;
332 if (fnc->skip != CONFIG_DEFAULT)
333 fn->skip = (fnc->skip == CONFIG_TRUE);
382 CLG_DEBUG(3, " skip '%c' for wildcard '?'\n", *name);
413 if VG_BOOL_CLO(arg, "--skip-plt", CLG_(clo).skip_plt) {}
431 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) {
433 fnc->skip = CONFIG_TRUE;
517 else if VG_BOOL_CLO(arg, "--skip-direct-rec",
593 " --skip-plt=no|yes Ignore calls to/from PLT sections? [yes]\n"
594 " --skip-direct-rec=no|yes Ignore direct recursions? [yes]\n"
595 " --fn-skip=<function> Ignore calls to/from function?\n"