HomeSort by: relevance | last modified time | path
    Searched refs:PST_PROFIL (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/sparc64/include/
userret.h 69 if (p->p_stflag & PST_PROFIL)
  /src/sys/arch/vax/include/
userret.h 54 if ((p->p_stflag & PST_PROFIL) != 0) {
  /src/sys/arch/sparc/include/
userret.h 79 if (p->p_stflag & PST_PROFIL)
  /src/sys/kern/
kern_clock.c 362 if ((p->p_stflag & PST_PROFIL) == 0) {
363 p->p_stflag |= PST_PROFIL;
382 if (p->p_stflag & PST_PROFIL) {
383 p->p_stflag &= ~PST_PROFIL;
447 if ((p->p_stflag & PST_PROFIL) && profsrc == PROFSRC_CLOCK)
485 (p->p_stflag & PST_PROFIL)) {
kern_fork.c 581 if ((p2->p_stflag & PST_PROFIL) != 0) {
subr_prof.c 588 if ((p->p_stflag & PST_PROFIL) == 0 || pc < prof->pr_off ||
kern_exit.c 351 if (__predict_false((p->p_stflag & PST_PROFIL) != 0)) {
kern_proc.c 2023 PST_PROFIL, P_PROFIL,
kern_exec.c 1291 if ((p->p_stflag & PST_PROFIL) != 0) {
  /src/sys/sys/
proc.h 426 #define PST_PROFIL 0x00000020 /* Has started profiling */
  /src/sys/arch/atari/atari/
trap.c 196 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/cesfic/cesfic/
trap.c 195 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/hp300/hp300/
trap.c 192 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/luna68k/luna68k/
trap.c 164 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/mac68k/mac68k/
trap.c 173 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/mvme68k/mvme68k/
trap.c 209 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/news68k/news68k/
trap.c 185 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/next68k/next68k/
trap.c 200 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/sun2/sun2/
trap.c 213 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/sun3/sun3/
trap.c 222 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/x68k/x68k/
trap.c 193 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/virt68k/virt68k/
trap.c 209 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/amiga/amiga/
trap.c 208 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/hppa/hppa/
trap.c 213 if (p->p_stflag & PST_PROFIL) {

Completed in 30 milliseconds