Searched refs:num_context (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c334 pv->stats.num_context[type]++;
1121 if (stats->num_context[ac] == 0) {
1141 len = sprintf (buf, "%lu", (long unsigned)stats->num_context[ac]);
1148 if (stats->num_context[ac] == 0) {
1159 width_context, (long unsigned)stats->num_context[ac]);
1217 if (old_stats->num_context[i] < new_stats->num_context[i])
1218 old_stats->num_context[i] = new_stats->num_context[i];
H A Dprofile-md.h370 prof_uptrint_t num_context[(int)ACONTEXT_MAX]; /* # contexts */ member in struct:profile_stats
H A Dprofile-asm.s556 LCL(num_context) = LCL(bytes_alloc)+4*C_max /* # allocation context blocks */
557 LCL(wasted) = LCL(num_context)+4*C_max /* # bytes wasted */
654 #define V_num_context LCL(num_context)

Completed in 14 milliseconds