| /netbsd-src/sys/kern/ |
| H A D | kern_clock.c | 362 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 D | kern_fork.c | 569 if ((p2->p_stflag & PST_PROFIL) != 0) { in fork1()
|
| H A D | subr_prof.c | 588 if ((p->p_stflag & PST_PROFIL) == 0 || pc < prof->pr_off || in addupc_task()
|
| H A D | kern_exit.c | 349 if (__predict_false((p->p_stflag & PST_PROFIL) != 0)) { in exit1()
|
| H A D | kern_exec.c | 1296 if ((p->p_stflag & PST_PROFIL) != 0) { in execve_runproc()
|
| H A D | kern_proc.c | 2017 PST_PROFIL, P_PROFIL,
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | userret.h | 54 if ((p->p_stflag & PST_PROFIL) != 0) { in userret()
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | userret.h | 69 if (p->p_stflag & PST_PROFIL) in userret()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | userret.h | 79 if (p->p_stflag & PST_PROFIL) in userret()
|
| /netbsd-src/sys/arch/sun2/sun2/ |
| H A D | trap.c | 213 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/sys/ |
| H A D | proc.h | 426 #define PST_PROFIL 0x00000020 /* Has started profiling */ macro
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | trap.c | 222 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | trap.c | 164 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | trap.c | 173 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/next68k/next68k/ |
| H A D | trap.c | 200 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | trap.c | 185 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | trap.c | 209 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/cesfic/cesfic/ |
| H A D | trap.c | 195 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | trap.c | 196 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | trap.c | 192 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/x68k/x68k/ |
| H A D | trap.c | 193 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | trap.c | 209 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/amiga/amiga/ |
| H A D | trap.c | 208 if (p->p_stflag & PST_PROFIL) { in userret()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | trap.c | 213 if (p->p_stflag & PST_PROFIL) { in userret()
|