Lines Matching defs:aframes
3337 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3345 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3347 val = dtrace_getarg(ndx, aframes);
3433 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3435 mstate->dtms_stackdepth = dtrace_getstackdepth(aframes);
3464 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3475 dtrace_getpcstack(caller, 2, aframes,
3479 dtrace_caller(aframes)) == -1) {
3487 dtrace_getpcstack(&caller, 1, aframes, NULL);
9147 const char *func, const char *name, int aframes, void *arg)
9173 probe->dtpr_aframes = aframes;