MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / rdpmc

Method rdpmc

Python-Bridge/Python-Bridge.py:154–157  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

152 return status, info
153
154 def rdpmc(self, index):
155 value = c_uint64()
156 status = self.__kb.KbReadPmc(c_uint(index), byref(value))
157 return status, value
158
159 def rdtsc(self):
160 value = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected