Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3189 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3193 pv = mstate->dtms_probe->dtpr_provider; in dtrace_dif_variable()
3196 mstate->dtms_probe->dtpr_id, in dtrace_dif_variable()
3197 mstate->dtms_probe->dtpr_arg, ndx, aframes); in dtrace_dif_variable()
3210 if (mstate->dtms_probe != NULL) in dtrace_dif_variable()
3287 return (mstate->dtms_probe->dtpr_id); in dtrace_dif_variable()
3293 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3307 if (DTRACE_ANCHORED(mstate->dtms_probe) && in dtrace_dif_variable()
3324 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3326 if (!DTRACE_ANCHORED(mstate->dtms_probe)) { in dtrace_dif_variable()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h919 struct dtrace_probe *dtms_probe; /* current probe */ member