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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h146 KGMON_GET_STATUS, /* return whether or not profiling is active */ enumerator in enum:kgmon_control
158 #define KGMON_GET_MIN KGMON_GET_STATUS
H A Dprofile-kgmon.c161 case KGMON_GET_STATUS: /* return whether or not profiling is active */
164 printf("KGMON_GET_STATUS: cpu = %d\n", cpu);
173 printf("KGMON_GET_STATUS: count = %ld, should be %ld\n",

Completed in 25 milliseconds