Searched refs:PROFSRC_CLOCK (Results 1 – 2 of 2) sorted by relevance
447 if ((p->p_stflag & PST_PROFIL) && profsrc == PROFSRC_CLOCK)471 profsrc == PROFSRC_CLOCK && g->state == GMON_PROF_ON) {474 if (profsrc == PROFSRC_CLOCK && g->state == GMON_PROF_ON) {484 if (p != NULL && profsrc == PROFSRC_CLOCK &&
71 #define PROFSRC_CLOCK 0 macro