Searched refs:dt_opt_runtime (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_options.c | 588 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_runtime() function 984 { "cpu", dt_opt_runtime, DTRACEOPT_CPU }, 985 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE }, 987 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON }, 988 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES }, 990 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC }, 992 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES }, 995 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES }, 996 { "temporal", dt_opt_runtime, DTRACEOPT_TEMPORAL }, 1004 { "agghist", dt_opt_runtime, DTRACEOPT_AGGHIST }, [all …]
|