Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h931 struct dtrace_probe *dtms_probe; /* current probe */ member
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c3302 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3313 pv = mstate->dtms_probe->dtpr_provider; in dtrace_dif_variable()
3316 mstate->dtms_probe->dtpr_id, in dtrace_dif_variable()
3317 mstate->dtms_probe->dtpr_arg, argndx, aframes); in dtrace_dif_variable()
3319 else if (mstate->dtms_probe->dtpr_id == dtrace_probeid_error && argndx == 5) { in dtrace_dif_variable()
3335 if (mstate->dtms_probe != NULL) in dtrace_dif_variable()
3430 return (mstate->dtms_probe->dtpr_id); in dtrace_dif_variable()
3436 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
3450 if (DTRACE_ANCHORED(mstate->dtms_probe) && in dtrace_dif_variable()
3467 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable()
[all …]