Searched refs:dt_opt_runtime (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_options.c | 625 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_runtime() function 1055 { "cpu", dt_opt_runtime, DTRACEOPT_CPU }, 1056 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE }, 1058 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON }, 1059 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES }, 1061 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC }, 1064 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES }, 1067 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES }, 1068 { "temporal", dt_opt_runtime, DTRACEOPT_TEMPORAL }, 1076 { "agghist", dt_opt_runtime, DTRACEOPT_AGGHIST }, [all …]
|