Home
last modified time | relevance | path

Searched refs:t_dtrace_stop (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h76 uint8_t t_dtrace_stop; member
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c1123 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall()
1124 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall()
1164 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall32()
1165 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall32()
H A Dsig.c195 t->t_dtrace_stop = 0; in eat_signal()
443 if (t->t_dtrace_stop | t->t_dtrace_sig) in issig_justlooking()
516 if (t->t_dtrace_stop | t->t_dtrace_sig) { in issig_forreal()
517 if (t->t_dtrace_stop) { in issig_forreal()
948 if ((why != PR_REQUESTED || t->t_dtrace_stop) && in stop()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1225 t->t_dtrace_stop = 0; in pr_setrun()
1278 t->t_dtrace_stop = 0; in pr_setrun()
1340 t->t_dtrace_stop = 0; in allsetrun()
1485 t->t_dtrace_stop = 0; in pr_setsig()
2434 t->t_dtrace_stop = 0; in unpauselwps()
H A Dprsubr.c195 if (t->t_dtrace_stop && t_dtrace == NULL) in prchoose()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h312 uint8_t t_dtrace_stop; /* indicates a DTrace-desired stop */ member
H A Dproc.h537 (t)->t_dtrace_stop | \
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c948 if (t->t_dtrace_stop && t_dtrace == NULL) in gcore_prchoose()
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c6409 if (!curthread->t_dtrace_stop) { in dtrace_action_stop()
6410 curthread->t_dtrace_stop = 1; in dtrace_action_stop()