Home
last modified time | relevance | path

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

/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_options.c1060 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
HDdt_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-head/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h1052 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c11601 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
14707 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default;