Searched refs:dtpr_aframes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h100 int dtpr_aframes; /* artificial frames */ member in struct:dtrace_probe
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2467 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2470 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
2597 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2600 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
2633 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2636 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
5643 size / sizeof (pc_t), probe->dtpr_aframes,
7141 probe->dtpr_aframes = aframes;

Completed in 30 milliseconds