Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h552 …void traceNotification(OSObject *notifier, bool start, uint64_t ts = 0, uint32_t msgIndex =…
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6509 getPMRootDomain()->traceNotification(notifier, true, start, msgIndex); in pmTellClientWithResponse()
6516 getPMRootDomain()->traceNotification(notifier, false, end); in pmTellClientWithResponse()
6738 getPMRootDomain()->traceNotification(notifier, true, start, msgIndex); in pmTellCapabilityClientWithResponse()
6745 getPMRootDomain()->traceNotification(notifier, false, end, msgIndex); in pmTellCapabilityClientWithResponse()
6896 IOService::getPMRootDomain()->traceNotification(object, true); in tellKernelClientApplier()
6902 IOService::getPMRootDomain()->traceNotification(object, false); in tellKernelClientApplier()
H A DIOPMrootDomain.cpp9636 IOPMrootDomain::traceNotification(OSObject *object, bool start, uint64_t timestamp, uint32_t msgInd… function in IOPMrootDomain