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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h100 int dtpr_aframes; /* artificial frames */ member in struct:dtrace_probe
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2967 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
2970 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
3097 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3100 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
3133 int aframes = mstate->dtms_probe->dtpr_aframes + 2;
3136 int aframes = mstate->dtms_probe->dtpr_aframes + 3;
6818 size / sizeof (pc_t), probe->dtpr_aframes,
6823 size / sizeof (pc_t), probe->dtpr_aframes,
8397 probe->dtpr_aframes = aframes;

Completed in 48 milliseconds