Lines Matching refs:PerfControllerInterface
39 shared->interface = PerfControllerInterface{ in init()
50 [](IOService *device, PerfControllerInterface::WorkState *state, WorkSubmitArgs *args) { in init()
54 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkSubmitArgs *a… in init()
57 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkBeginArgs *ar… in init()
60 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkEndArgs *args… in init()
63 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *a… in init()
369 PerfControllerInterface::WorkState state{ in workSubmit()
402 PerfControllerInterface::WorkState state{ in workSubmitAndBegin()
441 PerfControllerInterface::WorkState state{ in workBegin()
463 PerfControllerInterface::WorkState state{ in workEnd()
554 PerfControllerInterface::WorkState state{ in workSubmitAndBeginWithContext()
589 PerfControllerInterface::WorkState state{ in workSubmitWithContext()
629 PerfControllerInterface::WorkState state{ in workUpdateWithContext()
657 PerfControllerInterface::WorkState state{ in workBeginWithContext()
685 PerfControllerInterface::WorkState state{ in workEndWithContext()
710 IOPerfControlClient::registerPerformanceController(PerfControllerInterface *pci) in registerPerformanceController()