Searched refs:perfcontrol_event (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | kern_types.h | 258 typedef enum perfcontrol_event { enum 276 } perfcontrol_event; typedef
|
| H A D | machine.h | 144 extern void machine_switch_perfcontrol_context(perfcontrol_event event, 151 extern void machine_switch_perfcontrol_state_update(perfcontrol_event event,
|
| H A D | sched_prim.c | 3583 perfcontrol_event event = (new->state & TH_IDLE) ? IDLE : CONTEXT_SWITCH; in thread_csw_callout()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | machine_routines_common.c | 125 __unused perfcontrol_event event, __unused uint32_t cpu_id, __unused uint64_t timestamp, in sched_perfcontrol_csw_default() 134 __unused perfcontrol_event event, __unused uint32_t cpu_id, __unused uint64_t timestamp, in sched_perfcontrol_state_update_default() 414 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 | 1064 perfcontrol_event event, uint32_t cpu_id, uint64_t timestamp, uint32_t flags, 1080 perfcontrol_event event, uint32_t cpu_id, uint64_t timestamp, uint32_t flags,
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | pmCPU.c | 844 machine_switch_perfcontrol_context(__unused perfcontrol_event event, in machine_switch_perfcontrol_context() 854 machine_switch_perfcontrol_state_update(__unused perfcontrol_event event, in machine_switch_perfcontrol_state_update()
|