Home
last modified time | relevance | path

Searched refs:dtms_probe (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h929 struct dtrace_probe *dtms_probe; /* current probe */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3365 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3369 pv = mstate->dtms_probe->dtpr_provider; in dtrace_dif_variable()
3372 mstate->dtms_probe->dtpr_id, in dtrace_dif_variable()
3373 mstate->dtms_probe->dtpr_arg, ndx, aframes); in dtrace_dif_variable()
3386 if (mstate->dtms_probe != NULL) in dtrace_dif_variable()
3455 return (mstate->dtms_probe->dtpr_id); in dtrace_dif_variable()
3461 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3475 if (DTRACE_ANCHORED(mstate->dtms_probe) && in dtrace_dif_variable()
3492 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3494 if (!DTRACE_ANCHORED(mstate->dtms_probe)) { in dtrace_dif_variable()
[all …]