Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kperf/
H A Dbuffer.h104 #define PERF_PET_CODE(code) PERF_CODE(PERF_PET, code) macro
105 #define PERF_PET_THREAD PERF_PET_CODE(0)
106 #define PERF_PET_ERROR PERF_PET_CODE(1)
107 #define PERF_PET_RUN PERF_PET_CODE(2)
108 #define PERF_PET_PAUSE PERF_PET_CODE(3)
109 #define PERF_PET_IDLE PERF_PET_CODE(4)
110 #define PERF_PET_SAMPLE PERF_PET_CODE(5)
111 #define PERF_PET_SCHED PERF_PET_CODE(6)
112 #define PERF_PET_END PERF_PET_CODE(7)
113 #define PERF_PET_SAMPLE_TASK PERF_PET_CODE(8)
[all …]