Home
last modified time | relevance | path

Searched refs:DTRACEFLOW_RETURN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h180 DTRACEFLOW_RETURN, enumerator
H A Ddt_consume.c438 flow = DTRACEFLOW_RETURN; in dt_flowindent()
459 if (flow == DTRACEFLOW_RETURN) { 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()
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c863 case DTRACEFLOW_RETURN: in dtj_chew()