Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOPlatformActions.cpp139 cpu_event_debug_log(PLATFORM_QUIESCE, 0); in IOCPURunPlatformQuiesceActions()
148 cpu_event_debug_log(PLATFORM_ACTIVE, 0); in IOCPURunPlatformActiveActions()
162 cpu_event_debug_log(PLATFORM_HALT_RESTART, 0); in IOCPURunPlatformHaltRestartActions()
179 cpu_event_debug_log(PLATFORM_PANIC, 0); in IOCPURunPlatformPanicActions()
197 cpu_event_debug_log(PLATFORM_PANIC_SYNC, 0); in IOCPURunPlatformPanicSyncAction()
205 cpu_event_debug_log(PLATFORM_PRE_SLEEP, 0); in IOPlatformActionsPreSleep()
213 cpu_event_debug_log(PLATFORM_POST_RESUME, 0); in IOPlatformActionsPostResume()
/xnu-12377.1.9/osfmk/machine/
H A Dmachine_routines.h189 void cpu_event_debug_log(enum cpu_event event, unsigned int cpu_or_cluster);
/xnu-12377.1.9/osfmk/kern/
H A Dmachine.c1372 cpu_event_debug_log(enum cpu_event event, unsigned int cpu_or_cluster) in cpu_event_debug_log() function
1434 cpu_event_debug_log(__unused enum cpu_event event, __unused unsigned int cpu_or_cluster) in cpu_event_debug_log() function
1476 cpu_event_debug_log(event, cpu_or_cluster); in ml_broadcast_cpu_event()