Home | History | Annotate | Download | only in dtrace

Lines Matching defs:aframes

3436 			int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3444 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3446 val = dtrace_getarg(ndx, aframes);
3561 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3563 mstate->dtms_stackdepth = dtrace_getstackdepth(aframes);
3592 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3603 dtrace_getpcstack(caller, 2, aframes,
3607 dtrace_caller(aframes)) == -1) {
3615 dtrace_getpcstack(&caller, 1, aframes, NULL);
9359 const char *func, const char *name, int aframes, void *arg)
9392 probe->dtpr_aframes = aframes;