Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_options.c984 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
H A Ddt_cc.c836 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET) in dt_action_ustack_args()
837 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE]; in dt_action_ustack_args()
/titanic_44/usr/src/uts/common/sys/
H A Ddtrace.h1020 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c10697 strsize = opt[DTRACEOPT_JSTACKSTRSIZE]; in dtrace_ecb_action_add()
13414 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default; in dtrace_state_create()