Home
last modified time | relevance | path

Searched refs:dpi_matches (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h104 uint_t dpi_matches; /* number of probes matched by program */ member
H A Ddt_program.c187 pip->dpi_matches += n; in dtrace_program_exec()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c572 dpi.dpi_matches, dpi.dpi_matches == 1 ? "" : "s"); in exec_prog()
603 g_total += dpi.dpi_matches; in exec_prog()
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c456 pinfo->dpi_matches); in dtj_get_program_info()