Searched refs:DTRACEOPT_FLOWINDENT (Results 1 – 3 of 3) sorted by relevance
1007 { "flowindent", dt_opt_runtime, DTRACEOPT_FLOWINDENT },
2093 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); in dt_consume_cpu()2243 flow = (opts[DTRACEOPT_FLOWINDENT] != in dt_consume_cpu()
1009 #define DTRACEOPT_FLOWINDENT 11 /* indent function entry/return */ macro