Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddtrace.h179 DTRACEFLOW_ENTRY, enumerator
H A Ddt_consume.c432 flow = DTRACEFLOW_ENTRY; in dt_flowindent()
446 if (flow == DTRACEFLOW_ENTRY) { in dt_flowindent()
478 if (flow == DTRACEFLOW_ENTRY || flow == DTRACEFLOW_RETURN) { in dt_flowindent()
2148 if (data.dtpda_flow == DTRACEFLOW_ENTRY) in dt_consume_cpu()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c860 case DTRACEFLOW_ENTRY: in dtj_chew()