Home | History | Annotate | Download | only in callgrind

Lines Matching defs:group

53     Int group;   /* don't change caller dependency inside group !=0 */
110 fnc->group = CONFIG_DEFAULT;
338 if (fnc->group != CONFIG_DEFAULT)
339 fn->group = fnc->group;
486 else if VG_STREQN(10, arg, "--fn-group") {
492 fnc->group = n;
597 " --fn-group<no>=<func> Put function into separation group <no>\n"