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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_options.c981 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
H A Ddt_cc.c768 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET)
769 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE];
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1136 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c10898 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
13772 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default;

Completed in 210 milliseconds