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

/darwin-on-arm/xnu/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 22 milliseconds