Searched refs:max_cpu (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c132 pv->stats.max_cpu = 1; /* initial number of cpus */
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h114 * Add my_cpu/max_cpu fields.
346 prof_uptrint_t max_cpu; /* identify max cpu/thread */ member in struct:profile_stats
H A Dprofile-asm.s534 LCL(max_cpu) = LCL(my_cpu)+4 /* identify which cpu/thread this is */
535 LCL(prof_records) = LCL(max_cpu)+4 /* # of profiled functions */
H A Dprofile-md.c130 * Print my_cpu/max_cpu if max_cpu != 0.
985 if (stats->max_cpu) {
987 fprintf(stream, "%12lu max cpu/thread+1\n", (long unsigned)stats->max_cpu);

Completed in 27 milliseconds