Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kperf/
H A Dbuffer.h109 #define PERF_PET_CODE(code) PERF_CODE(PERF_PET, code) macro
110 #define PERF_PET_THREAD PERF_PET_CODE(0)
111 #define PERF_PET_ERROR PERF_PET_CODE(1)
112 #define PERF_PET_RUN PERF_PET_CODE(2)
113 #define PERF_PET_PAUSE PERF_PET_CODE(3)
114 #define PERF_PET_IDLE PERF_PET_CODE(4)
115 #define PERF_PET_SAMPLE PERF_PET_CODE(5)
116 #define PERF_PET_SCHED PERF_PET_CODE(6)
117 #define PERF_PET_END PERF_PET_CODE(7)
118 #define PERF_PET_SAMPLE_TASK PERF_PET_CODE(8)
[all …]