Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_options.c588 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_runtime() function
979 { "cpu", dt_opt_runtime, DTRACEOPT_CPU },
980 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE },
982 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
983 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES },
985 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC },
987 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES },
990 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES },
991 { "temporal", dt_opt_runtime, DTRACEOPT_TEMPORAL },
999 { "agghist", dt_opt_runtime, DTRACEOPT_AGGHIST },
[all …]