Home
last modified time | relevance | path

Searched refs:PST_PROFIL (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_clock.c362 if ((p->p_stflag & PST_PROFIL) == 0) { in startprofclock()
363 p->p_stflag |= PST_PROFIL; in startprofclock()
382 if (p->p_stflag & PST_PROFIL) { in stopprofclock()
383 p->p_stflag &= ~PST_PROFIL; in stopprofclock()
447 if ((p->p_stflag & PST_PROFIL) && profsrc == PROFSRC_CLOCK)
485 (p->p_stflag & PST_PROFIL)) {
H A Dkern_fork.c569 if ((p2->p_stflag & PST_PROFIL) != 0) { in fork1()
H A Dsubr_prof.c588 if ((p->p_stflag & PST_PROFIL) == 0 || pc < prof->pr_off || in addupc_task()
H A Dkern_exit.c349 if (__predict_false((p->p_stflag & PST_PROFIL) != 0)) { in exit1()
H A Dkern_exec.c1296 if ((p->p_stflag & PST_PROFIL) != 0) { in execve_runproc()
H A Dkern_proc.c2017 PST_PROFIL, P_PROFIL,
/netbsd-src/sys/arch/vax/include/
H A Duserret.h54 if ((p->p_stflag & PST_PROFIL) != 0) { in userret()
/netbsd-src/sys/arch/sparc64/include/
H A Duserret.h69 if (p->p_stflag & PST_PROFIL) in userret()
/netbsd-src/sys/arch/sparc/include/
H A Duserret.h79 if (p->p_stflag & PST_PROFIL) in userret()
/netbsd-src/sys/arch/sun2/sun2/
H A Dtrap.c213 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/sys/
H A Dproc.h426 #define PST_PROFIL 0x00000020 /* Has started profiling */ macro
/netbsd-src/sys/arch/sun3/sun3/
H A Dtrap.c222 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dtrap.c164 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dtrap.c173 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/next68k/next68k/
H A Dtrap.c200 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/news68k/news68k/
H A Dtrap.c185 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dtrap.c209 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dtrap.c195 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/atari/atari/
H A Dtrap.c196 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/hp300/hp300/
H A Dtrap.c192 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/x68k/x68k/
H A Dtrap.c193 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dtrap.c209 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/amiga/amiga/
H A Dtrap.c208 if (p->p_stflag & PST_PROFIL) { in userret()
/netbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c213 if (p->p_stflag & PST_PROFIL) { in userret()