Home
last modified time | relevance | path

Searched refs:dt_prcmode (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_options.c363 dtp->dt_prcmode = DT_PROC_STOP_CREATE; in dt_opt_evaltime()
365 dtp->dt_prcmode = DT_PROC_STOP_PREINIT; in dt_opt_evaltime()
367 dtp->dt_prcmode = DT_PROC_STOP_POSTINIT; in dt_opt_evaltime()
369 dtp->dt_prcmode = DT_PROC_STOP_MAIN; in dt_opt_evaltime()
H A Ddt_impl.h275 uint_t dt_prcmode; /* dtrace process create mode (see dt_proc.h) */ member
H A Ddt_proc.c889 if (dt_proc_create_thread(dtp, dpr, dtp->dt_prcmode) != 0) in dt_proc_create()
H A Ddt_open.c942 dtp->dt_prcmode = DT_PROC_STOP_PREINIT; in dt_vopen()