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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1020 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
H A Ddt_cc.c840 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET)
841 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1047 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11477 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
14583 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default;

Completed in 212 milliseconds