Searched defs:dt_opt_runtime (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c537 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) function
987 { "cpu", dt_opt_runtime, DTRACEOPT_CPU },
988 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE },
990 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
991 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES },
993 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC },
995 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES },
998 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES },
1007 { "aggsortkey", dt_opt_runtime, DTRACEOPT_AGGSORTKEY },
1008 { "aggsortkeypos", dt_opt_runtime, DTRACEOPT_AGGSORTKEYPO
[all...]

Completed in 33 milliseconds