Searched refs:perfcontrol_event (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | machine.h | 147 extern void machine_switch_perfcontrol_context(perfcontrol_event event, 154 extern void machine_switch_perfcontrol_state_update(perfcontrol_event event,
|
| H A D | kern_types.h | 269 typedef enum perfcontrol_event { enum 287 } perfcontrol_event; typedef
|
| H A D | sched_prim.c | 3260 perfcontrol_event event = (new->state & TH_IDLE) ? IDLE : CONTEXT_SWITCH; in thread_csw_callout()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | machine_routines_common.c | 122 __unused perfcontrol_event event, __unused uint32_t cpu_id, __unused uint64_t timestamp, in sched_perfcontrol_csw_default() 131 __unused perfcontrol_event event, __unused uint32_t cpu_id, __unused uint64_t timestamp, in sched_perfcontrol_state_update_default() 412 machine_switch_perfcontrol_context(perfcontrol_event event, in machine_switch_perfcontrol_context() 461 machine_switch_perfcontrol_state_update(perfcontrol_event event, in machine_switch_perfcontrol_state_update()
|
| H A D | machine_routines.h | 1087 perfcontrol_event event, uint32_t cpu_id, uint64_t timestamp, uint32_t flags, 1103 perfcontrol_event event, uint32_t cpu_id, uint64_t timestamp, uint32_t flags,
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | pmCPU.c | 846 machine_switch_perfcontrol_context(__unused perfcontrol_event event, in machine_switch_perfcontrol_context() 856 machine_switch_perfcontrol_state_update(__unused perfcontrol_event event, in machine_switch_perfcontrol_state_update()
|