Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines_common.c125 __unused struct perfcontrol_cpu_counters *cpu_counters, __unused void *unused) in sched_perfcontrol_csw_default() argument
319 machine_switch_populate_perfcontrol_cpu_counters(struct perfcontrol_cpu_counters *cpu_counters) in machine_switch_populate_perfcontrol_cpu_counters() argument
322 mt_perfcontrol(&cpu_counters->instructions, &cpu_counters->cycles); in machine_switch_populate_perfcontrol_cpu_counters()
324 cpu_counters->instructions = 0; in machine_switch_populate_perfcontrol_cpu_counters()
325 cpu_counters->cycles = 0; in machine_switch_populate_perfcontrol_cpu_counters()
428 struct perfcontrol_cpu_counters cpu_counters; in machine_switch_perfcontrol_context() local
433 machine_switch_populate_perfcontrol_cpu_counters(&cpu_counters); in machine_switch_perfcontrol_context()
440 &offcore, &oncore, &cpu_counters, NULL); in machine_switch_perfcontrol_context()
H A Dmachine_routines.h1088 struct perfcontrol_cpu_counters *cpu_counters, __unused void *unused);