Home
last modified time | relevance | path

Searched refs:pr_scale (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dprofil.c55 p->p_prof.pr_scale = pcscale; in profil()
84 p->p_prof.pr_scale = 1; in pcsample()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c1559 if (pp->p_prof.pr_scale) { in clock_tick()
1656 if (pr->pr_scale >= 2 && upc >= pr->pr_off) { in profil_tick()
1662 if (pr->pr_scale != 2) { in profil_tick()
1664 uintptr_t byteoff = ((delta >> 16) * pr->pr_scale) + in profil_tick()
1665 (((delta & 0xffff) * pr->pr_scale) >> 16); in profil_tick()
1675 pr->pr_scale = 0; in profil_tick()
1677 } else if (pr->pr_scale == 1) { in profil_tick()
1689 pr->pr_scale = 0; in profil_tick()
1708 pr->pr_scale = 0; in profil_tick()
H A Dexec.c404 p->p_prof.pr_scale = 0; in exec_common()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h62 uint32_t pr_scale; /* pc scaling */ member
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsyscall.c581 if (p->p_prof.pr_scale) { in post_syscall()
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c680 if (p->p_prof.pr_scale) { in post_syscall()