Lines Matching refs:flow
407 dtrace_flowkind_t flow = DTRACEFLOW_NONE; in dt_flowindent() local
432 flow = DTRACEFLOW_ENTRY; in dt_flowindent()
436 flow = DTRACEFLOW_RETURN; in dt_flowindent()
446 if (flow == DTRACEFLOW_ENTRY) { in dt_flowindent()
449 flow = DTRACEFLOW_NONE; in dt_flowindent()
457 if (flow == DTRACEFLOW_RETURN) { in dt_flowindent()
474 flow = DTRACEFLOW_NONE; in dt_flowindent()
478 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN) { in dt_flowindent()
484 if (flow == DTRACEFLOW_RETURN && data->dtpda_indent > 0) in dt_flowindent()
487 data->dtpda_flow = flow; in dt_flowindent()
2093 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); in dt_consume_cpu() local
2141 if (flow) in dt_consume_cpu()
2147 if (flow) { in dt_consume_cpu()
2243 flow = (opts[DTRACEOPT_FLOWINDENT] != in dt_consume_cpu()