Lines Matching refs:flow
409 dtrace_flowkind_t flow = DTRACEFLOW_NONE; in dt_flowindent() local
434 flow = DTRACEFLOW_ENTRY; in dt_flowindent()
438 flow = DTRACEFLOW_RETURN; in dt_flowindent()
448 if (flow == DTRACEFLOW_ENTRY) { in dt_flowindent()
451 flow = DTRACEFLOW_NONE; in dt_flowindent()
459 if (flow == DTRACEFLOW_RETURN) { in dt_flowindent()
476 flow = DTRACEFLOW_NONE; in dt_flowindent()
480 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN) { in dt_flowindent()
486 if (flow == DTRACEFLOW_RETURN && data->dtpda_indent > 0) in dt_flowindent()
489 data->dtpda_flow = flow; in dt_flowindent()
2095 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); in dt_consume_cpu() local
2143 if (flow) in dt_consume_cpu()
2149 if (flow) { in dt_consume_cpu()
2245 flow = (opts[DTRACEOPT_FLOWINDENT] != in dt_consume_cpu()