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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c991 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES },
H A Ddt_cc.c773 if (dtp->dt_options[DTRACEOPT_JSTACKFRAMES] != DTRACEOPT_UNSET)
774 nframes = dtp->dt_options[DTRACEOPT_JSTACKFRAMES];
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h983 #define DTRACEOPT_JSTACKFRAMES 21 /* number of jstack() frames */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c9983 nframes = opt[DTRACEOPT_JSTACKFRAMES];
12665 opt[DTRACEOPT_JSTACKFRAMES] = dtrace_jstackframes_default;

Completed in 75 milliseconds