Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_options.c995 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
Ddt_cc.c840 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET) in dt_action_ustack_args()
841 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE]; in dt_action_ustack_args()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace.h1044 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c11340 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
14312 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default;