Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/ !
H A DDiagnostics.c124 core_energy_stat_t cest[]; member
196 core_energy_stat_t cest; in diagCall64() local
199 bzero(&cest, sizeof(cest)); in diagCall64()
275 cest.caperf = cpu_data_ptr[i]->cpu_aperf; in diagCall64()
276 cest.cmperf = cpu_data_ptr[i]->cpu_mperf; in diagCall64()
277 cest.ccres[0] = cpu_data_ptr[i]->cpu_c3res; in diagCall64()
278 cest.ccres[1] = cpu_data_ptr[i]->cpu_c6res; in diagCall64()
279 cest.ccres[2] = cpu_data_ptr[i]->cpu_c7res; in diagCall64()
281 bcopy(&cpu_data_ptr[i]->cpu_rtimes[0], &cest.crtimes[0], sizeof(cest.crtimes)); in diagCall64()
282 bcopy(&cpu_data_ptr[i]->cpu_itimes[0], &cest.citimes[0], sizeof(cest.citimes)); in diagCall64()
[all …]