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

/xnu-2782.1.97/osfmk/kperf/
H A Dbuffer.h73 #define PERF_PET_CODE(code) PERF_CODE(PERF_PET, code) macro
74 #define PERF_PET_THREAD PERF_PET_CODE(0)
75 #define PERF_PET_ERROR PERF_PET_CODE(1)
76 #define PERF_PET_RUN PERF_PET_CODE(2)
77 #define PERF_PET_PAUSE PERF_PET_CODE(3)
78 #define PERF_PET_IDLE PERF_PET_CODE(4)
79 #define PERF_PET_SAMPLE PERF_PET_CODE(5)
80 #define PERF_PET_SCHED PERF_PET_CODE(6)
81 #define PERF_PET_END PERF_PET_CODE(7)

Completed in 21 milliseconds