Home
last modified time | relevance | path

Searched refs:P_PROFIL (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_prof.c131 if ((p->p_flags & P_PROFIL) == 0 || ticks == 0) in addupc_task()
H A Dkern_clock.c953 if (p && (p->p_flags & P_PROFIL)) in statclock()
1286 if ((p->p_flags & P_PROFIL) == 0) { in startprofclock()
1287 p->p_flags |= P_PROFIL; in startprofclock()
1307 if (p->p_flags & P_PROFIL) { in stopprofclock()
1308 p->p_flags &= ~P_PROFIL; in stopprofclock()
H A Dkern_exit.c364 if (p->p_flags & P_PROFIL) in exit1()
H A Dkern_fork.c505 if (p1->p_flags & P_PROFIL) in fork1()
/dragonfly/sys/sys/
H A Dproc.h353 #define P_PROFIL 0x00020 /* Has started profiling */ macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c196 if (p->p_flags & P_PROFIL) { in userret()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c229 if (__predict_false(p->p_flags & P_PROFIL)) { in userret()