HomeSort by: relevance | last modified time | path
    Searched defs:dt_opt_runtime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_options.c 612 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) function
1019 { "cpu", dt_opt_runtime, DTRACEOPT_CPU },
1020 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE },
1022 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
1023 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES },
1025 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC },
1027 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES },
1030 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES },
1031 { "temporal", dt_opt_runtime, DTRACEOPT_TEMPORAL },
1039 { "agghist", dt_opt_runtime, DTRACEOPT_AGGHIST }
    [all...]
dt_options.c 612 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) function
1019 { "cpu", dt_opt_runtime, DTRACEOPT_CPU },
1020 { "destructive", dt_opt_runtime, DTRACEOPT_DESTRUCTIVE },
1022 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
1023 { "jstackframes", dt_opt_runtime, DTRACEOPT_JSTACKFRAMES },
1025 { "nspec", dt_opt_runtime, DTRACEOPT_NSPEC },
1027 { "stackframes", dt_opt_runtime, DTRACEOPT_STACKFRAMES },
1030 { "ustackframes", dt_opt_runtime, DTRACEOPT_USTACKFRAMES },
1031 { "temporal", dt_opt_runtime, DTRACEOPT_TEMPORAL },
1039 { "agghist", dt_opt_runtime, DTRACEOPT_AGGHIST }
    [all...]

Completed in 122 milliseconds