Home
last modified time | relevance | path

Searched refs:t_rprof (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/ia32/os/
H A Dsendsig.c262 curthread->t_rprof != NULL && in sendsig()
263 curthread->t_rprof->rp_anystate) { in sendsig()
276 copyout_noerr(curthread->t_rprof->rp_state, in sendsig()
278 sizeof (curthread->t_rprof->rp_state)); in sendsig()
485 curthread->t_rprof != NULL && in sendsig32()
486 curthread->t_rprof->rp_anystate) { in sendsig32()
498 copyout_noerr(curthread->t_rprof->rp_state, in sendsig32()
500 sizeof (curthread->t_rprof->rp_state)); in sendsig32()
705 curthread->t_rprof != NULL && in sendsig()
706 curthread->t_rprof->rp_anystate) { in sendsig()
[all …]
H A Dsyscall.c506 if (curthread->t_rprof != NULL && in post_syscall()
507 curthread->t_rprof->rp_anystate != 0) { in post_syscall()
/titanic_50/usr/src/uts/common/os/
H A Dtimers.c488 if (t->t_rprof != NULL) in xsetitimer()
491 t->t_rprof = in xsetitimer()
648 if (t->t_rprof == NULL) in realprofexpire()
649 t->t_rprof = kmem_zalloc(sizeof (struct rprof), in realprofexpire()
651 if (t->t_rprof == NULL) in realprofexpire()
694 t->t_rprof->rp_anystate = 1; in realprofexpire()
695 t->t_rprof->rp_state[mstate]++; in realprofexpire()
H A Dsig.c1410 t->t_rprof != NULL && t->t_rprof->rp_anystate) { in psig()
2602 bzero(t->t_rprof, sizeof (*t->t_rprof)); in realsigprof_slow()
2626 bzero(t->t_rprof, sizeof (*t->t_rprof)); in realsigprof_slow()
2652 bzero(t->t_rprof, sizeof (*t->t_rprof)); in realsigprof_fast()
2686 bzero(t->t_rprof, sizeof (*t->t_rprof)); in realsigprof_fast()
2718 if (t->t_rprof->rp_anystate == 0) in realsigprof()
H A Dlwp.c276 t->t_rprof = kmem_zalloc(sizeof (struct rprof), KM_SLEEP); in lwp_create()
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1063 curthread->t_rprof != NULL && in sendsig()
1064 curthread->t_rprof->rp_anystate) { in sendsig()
1077 copyout_noerr(curthread->t_rprof->rp_state, in sendsig()
1079 sizeof (curthread->t_rprof->rp_state)); in sendsig()
1392 curthread->t_rprof != NULL && in sendsig32()
1393 curthread->t_rprof->rp_anystate) { in sendsig32()
1405 copyout_noerr(curthread->t_rprof->rp_state, in sendsig32()
1407 sizeof (curthread->t_rprof->rp_state)); in sendsig32()
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c757 if (t->t_rprof != NULL) { in thread_free()
758 kmem_free(t->t_rprof, sizeof (*t->t_rprof)); in thread_free()
759 t->t_rprof = NULL; in thread_free()
/titanic_50/usr/src/uts/sparc/os/
H A Dsyscall.c593 if (curthread->t_rprof != NULL && in post_syscall()
594 curthread->t_rprof->rp_anystate != 0) { in post_syscall()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h242 } *t_rprof; member
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c639 if (curthread->t_rprof != NULL || ismem) in trap()
1343 if (curthread->t_rprof != NULL) { in trap_cleanup()
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1494 if (ct->t_rprof != NULL) { in trap()