mshv_debugfs_counters.c 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2026, Microsoft Corporation.
  4. *
  5. * Data for printing stats page counters via debugfs.
  6. *
  7. * Authors: Microsoft Linux virtualization team
  8. */
  9. /*
  10. * For simplicity, this file is included directly in mshv_debugfs.c.
  11. * If these are ever needed elsewhere they should be compiled separately.
  12. * Ensure this file is not used twice by accident.
  13. */
  14. #ifndef MSHV_DEBUGFS_C
  15. #error "This file should only be included in mshv_debugfs.c"
  16. #endif
  17. /* HV_HYPERVISOR_COUNTER */
  18. static char *hv_hypervisor_counters[] = {
  19. [1] = "HvLogicalProcessors",
  20. [2] = "HvPartitions",
  21. [3] = "HvTotalPages",
  22. [4] = "HvVirtualProcessors",
  23. [5] = "HvMonitoredNotifications",
  24. [6] = "HvModernStandbyEntries",
  25. [7] = "HvPlatformIdleTransitions",
  26. [8] = "HvHypervisorStartupCost",
  27. [10] = "HvIOSpacePages",
  28. [11] = "HvNonEssentialPagesForDump",
  29. [12] = "HvSubsumedPages",
  30. };
  31. /* HV_CPU_COUNTER */
  32. static char *hv_lp_counters[] = {
  33. [1] = "LpGlobalTime",
  34. [2] = "LpTotalRunTime",
  35. [3] = "LpHypervisorRunTime",
  36. [4] = "LpHardwareInterrupts",
  37. [5] = "LpContextSwitches",
  38. [6] = "LpInterProcessorInterrupts",
  39. [7] = "LpSchedulerInterrupts",
  40. [8] = "LpTimerInterrupts",
  41. [9] = "LpInterProcessorInterruptsSent",
  42. [10] = "LpProcessorHalts",
  43. [11] = "LpMonitorTransitionCost",
  44. [12] = "LpContextSwitchTime",
  45. [13] = "LpC1TransitionsCount",
  46. [14] = "LpC1RunTime",
  47. [15] = "LpC2TransitionsCount",
  48. [16] = "LpC2RunTime",
  49. [17] = "LpC3TransitionsCount",
  50. [18] = "LpC3RunTime",
  51. [19] = "LpRootVpIndex",
  52. [20] = "LpIdleSequenceNumber",
  53. [21] = "LpGlobalTscCount",
  54. [22] = "LpActiveTscCount",
  55. [23] = "LpIdleAccumulation",
  56. [24] = "LpReferenceCycleCount0",
  57. [25] = "LpActualCycleCount0",
  58. [26] = "LpReferenceCycleCount1",
  59. [27] = "LpActualCycleCount1",
  60. [28] = "LpProximityDomainId",
  61. [29] = "LpPostedInterruptNotifications",
  62. [30] = "LpBranchPredictorFlushes",
  63. #if IS_ENABLED(CONFIG_X86_64)
  64. [31] = "LpL1DataCacheFlushes",
  65. [32] = "LpImmediateL1DataCacheFlushes",
  66. [33] = "LpMbFlushes",
  67. [34] = "LpCounterRefreshSequenceNumber",
  68. [35] = "LpCounterRefreshReferenceTime",
  69. [36] = "LpIdleAccumulationSnapshot",
  70. [37] = "LpActiveTscCountSnapshot",
  71. [38] = "LpHwpRequestContextSwitches",
  72. [39] = "LpPlaceholder1",
  73. [40] = "LpPlaceholder2",
  74. [41] = "LpPlaceholder3",
  75. [42] = "LpPlaceholder4",
  76. [43] = "LpPlaceholder5",
  77. [44] = "LpPlaceholder6",
  78. [45] = "LpPlaceholder7",
  79. [46] = "LpPlaceholder8",
  80. [47] = "LpPlaceholder9",
  81. [48] = "LpSchLocalRunListSize",
  82. [49] = "LpReserveGroupId",
  83. [50] = "LpRunningPriority",
  84. [51] = "LpPerfmonInterruptCount",
  85. #elif IS_ENABLED(CONFIG_ARM64)
  86. [31] = "LpCounterRefreshSequenceNumber",
  87. [32] = "LpCounterRefreshReferenceTime",
  88. [33] = "LpIdleAccumulationSnapshot",
  89. [34] = "LpActiveTscCountSnapshot",
  90. [35] = "LpHwpRequestContextSwitches",
  91. [36] = "LpPlaceholder2",
  92. [37] = "LpPlaceholder3",
  93. [38] = "LpPlaceholder4",
  94. [39] = "LpPlaceholder5",
  95. [40] = "LpPlaceholder6",
  96. [41] = "LpPlaceholder7",
  97. [42] = "LpPlaceholder8",
  98. [43] = "LpPlaceholder9",
  99. [44] = "LpSchLocalRunListSize",
  100. [45] = "LpReserveGroupId",
  101. [46] = "LpRunningPriority",
  102. #endif
  103. };
  104. /* HV_PROCESS_COUNTER */
  105. static char *hv_partition_counters[] = {
  106. [1] = "PtVirtualProcessors",
  107. [3] = "PtTlbSize",
  108. [4] = "PtAddressSpaces",
  109. [5] = "PtDepositedPages",
  110. [6] = "PtGpaPages",
  111. [7] = "PtGpaSpaceModifications",
  112. [8] = "PtVirtualTlbFlushEntires",
  113. [9] = "PtRecommendedTlbSize",
  114. [10] = "PtGpaPages4K",
  115. [11] = "PtGpaPages2M",
  116. [12] = "PtGpaPages1G",
  117. [13] = "PtGpaPages512G",
  118. [14] = "PtDevicePages4K",
  119. [15] = "PtDevicePages2M",
  120. [16] = "PtDevicePages1G",
  121. [17] = "PtDevicePages512G",
  122. [18] = "PtAttachedDevices",
  123. [19] = "PtDeviceInterruptMappings",
  124. [20] = "PtIoTlbFlushes",
  125. [21] = "PtIoTlbFlushCost",
  126. [22] = "PtDeviceInterruptErrors",
  127. [23] = "PtDeviceDmaErrors",
  128. [24] = "PtDeviceInterruptThrottleEvents",
  129. [25] = "PtSkippedTimerTicks",
  130. [26] = "PtPartitionId",
  131. #if IS_ENABLED(CONFIG_X86_64)
  132. [27] = "PtNestedTlbSize",
  133. [28] = "PtRecommendedNestedTlbSize",
  134. [29] = "PtNestedTlbFreeListSize",
  135. [30] = "PtNestedTlbTrimmedPages",
  136. [31] = "PtPagesShattered",
  137. [32] = "PtPagesRecombined",
  138. [33] = "PtHwpRequestValue",
  139. [34] = "PtAutoSuspendEnableTime",
  140. [35] = "PtAutoSuspendTriggerTime",
  141. [36] = "PtAutoSuspendDisableTime",
  142. [37] = "PtPlaceholder1",
  143. [38] = "PtPlaceholder2",
  144. [39] = "PtPlaceholder3",
  145. [40] = "PtPlaceholder4",
  146. [41] = "PtPlaceholder5",
  147. [42] = "PtPlaceholder6",
  148. [43] = "PtPlaceholder7",
  149. [44] = "PtPlaceholder8",
  150. [45] = "PtHypervisorStateTransferGeneration",
  151. [46] = "PtNumberofActiveChildPartitions",
  152. #elif IS_ENABLED(CONFIG_ARM64)
  153. [27] = "PtHwpRequestValue",
  154. [28] = "PtAutoSuspendEnableTime",
  155. [29] = "PtAutoSuspendTriggerTime",
  156. [30] = "PtAutoSuspendDisableTime",
  157. [31] = "PtPlaceholder1",
  158. [32] = "PtPlaceholder2",
  159. [33] = "PtPlaceholder3",
  160. [34] = "PtPlaceholder4",
  161. [35] = "PtPlaceholder5",
  162. [36] = "PtPlaceholder6",
  163. [37] = "PtPlaceholder7",
  164. [38] = "PtPlaceholder8",
  165. [39] = "PtHypervisorStateTransferGeneration",
  166. [40] = "PtNumberofActiveChildPartitions",
  167. #endif
  168. };
  169. /* HV_THREAD_COUNTER */
  170. static char *hv_vp_counters[] = {
  171. [1] = "VpTotalRunTime",
  172. [2] = "VpHypervisorRunTime",
  173. [3] = "VpRemoteNodeRunTime",
  174. [4] = "VpNormalizedRunTime",
  175. [5] = "VpIdealCpu",
  176. [7] = "VpHypercallsCount",
  177. [8] = "VpHypercallsTime",
  178. #if IS_ENABLED(CONFIG_X86_64)
  179. [9] = "VpPageInvalidationsCount",
  180. [10] = "VpPageInvalidationsTime",
  181. [11] = "VpControlRegisterAccessesCount",
  182. [12] = "VpControlRegisterAccessesTime",
  183. [13] = "VpIoInstructionsCount",
  184. [14] = "VpIoInstructionsTime",
  185. [15] = "VpHltInstructionsCount",
  186. [16] = "VpHltInstructionsTime",
  187. [17] = "VpMwaitInstructionsCount",
  188. [18] = "VpMwaitInstructionsTime",
  189. [19] = "VpCpuidInstructionsCount",
  190. [20] = "VpCpuidInstructionsTime",
  191. [21] = "VpMsrAccessesCount",
  192. [22] = "VpMsrAccessesTime",
  193. [23] = "VpOtherInterceptsCount",
  194. [24] = "VpOtherInterceptsTime",
  195. [25] = "VpExternalInterruptsCount",
  196. [26] = "VpExternalInterruptsTime",
  197. [27] = "VpPendingInterruptsCount",
  198. [28] = "VpPendingInterruptsTime",
  199. [29] = "VpEmulatedInstructionsCount",
  200. [30] = "VpEmulatedInstructionsTime",
  201. [31] = "VpDebugRegisterAccessesCount",
  202. [32] = "VpDebugRegisterAccessesTime",
  203. [33] = "VpPageFaultInterceptsCount",
  204. [34] = "VpPageFaultInterceptsTime",
  205. [35] = "VpGuestPageTableMaps",
  206. [36] = "VpLargePageTlbFills",
  207. [37] = "VpSmallPageTlbFills",
  208. [38] = "VpReflectedGuestPageFaults",
  209. [39] = "VpApicMmioAccesses",
  210. [40] = "VpIoInterceptMessages",
  211. [41] = "VpMemoryInterceptMessages",
  212. [42] = "VpApicEoiAccesses",
  213. [43] = "VpOtherMessages",
  214. [44] = "VpPageTableAllocations",
  215. [45] = "VpLogicalProcessorMigrations",
  216. [46] = "VpAddressSpaceEvictions",
  217. [47] = "VpAddressSpaceSwitches",
  218. [48] = "VpAddressDomainFlushes",
  219. [49] = "VpAddressSpaceFlushes",
  220. [50] = "VpGlobalGvaRangeFlushes",
  221. [51] = "VpLocalGvaRangeFlushes",
  222. [52] = "VpPageTableEvictions",
  223. [53] = "VpPageTableReclamations",
  224. [54] = "VpPageTableResets",
  225. [55] = "VpPageTableValidations",
  226. [56] = "VpApicTprAccesses",
  227. [57] = "VpPageTableWriteIntercepts",
  228. [58] = "VpSyntheticInterrupts",
  229. [59] = "VpVirtualInterrupts",
  230. [60] = "VpApicIpisSent",
  231. [61] = "VpApicSelfIpisSent",
  232. [62] = "VpGpaSpaceHypercalls",
  233. [63] = "VpLogicalProcessorHypercalls",
  234. [64] = "VpLongSpinWaitHypercalls",
  235. [65] = "VpOtherHypercalls",
  236. [66] = "VpSyntheticInterruptHypercalls",
  237. [67] = "VpVirtualInterruptHypercalls",
  238. [68] = "VpVirtualMmuHypercalls",
  239. [69] = "VpVirtualProcessorHypercalls",
  240. [70] = "VpHardwareInterrupts",
  241. [71] = "VpNestedPageFaultInterceptsCount",
  242. [72] = "VpNestedPageFaultInterceptsTime",
  243. [73] = "VpPageScans",
  244. [74] = "VpLogicalProcessorDispatches",
  245. [75] = "VpWaitingForCpuTime",
  246. [76] = "VpExtendedHypercalls",
  247. [77] = "VpExtendedHypercallInterceptMessages",
  248. [78] = "VpMbecNestedPageTableSwitches",
  249. [79] = "VpOtherReflectedGuestExceptions",
  250. [80] = "VpGlobalIoTlbFlushes",
  251. [81] = "VpGlobalIoTlbFlushCost",
  252. [82] = "VpLocalIoTlbFlushes",
  253. [83] = "VpLocalIoTlbFlushCost",
  254. [84] = "VpHypercallsForwardedCount",
  255. [85] = "VpHypercallsForwardingTime",
  256. [86] = "VpPageInvalidationsForwardedCount",
  257. [87] = "VpPageInvalidationsForwardingTime",
  258. [88] = "VpControlRegisterAccessesForwardedCount",
  259. [89] = "VpControlRegisterAccessesForwardingTime",
  260. [90] = "VpIoInstructionsForwardedCount",
  261. [91] = "VpIoInstructionsForwardingTime",
  262. [92] = "VpHltInstructionsForwardedCount",
  263. [93] = "VpHltInstructionsForwardingTime",
  264. [94] = "VpMwaitInstructionsForwardedCount",
  265. [95] = "VpMwaitInstructionsForwardingTime",
  266. [96] = "VpCpuidInstructionsForwardedCount",
  267. [97] = "VpCpuidInstructionsForwardingTime",
  268. [98] = "VpMsrAccessesForwardedCount",
  269. [99] = "VpMsrAccessesForwardingTime",
  270. [100] = "VpOtherInterceptsForwardedCount",
  271. [101] = "VpOtherInterceptsForwardingTime",
  272. [102] = "VpExternalInterruptsForwardedCount",
  273. [103] = "VpExternalInterruptsForwardingTime",
  274. [104] = "VpPendingInterruptsForwardedCount",
  275. [105] = "VpPendingInterruptsForwardingTime",
  276. [106] = "VpEmulatedInstructionsForwardedCount",
  277. [107] = "VpEmulatedInstructionsForwardingTime",
  278. [108] = "VpDebugRegisterAccessesForwardedCount",
  279. [109] = "VpDebugRegisterAccessesForwardingTime",
  280. [110] = "VpPageFaultInterceptsForwardedCount",
  281. [111] = "VpPageFaultInterceptsForwardingTime",
  282. [112] = "VpVmclearEmulationCount",
  283. [113] = "VpVmclearEmulationTime",
  284. [114] = "VpVmptrldEmulationCount",
  285. [115] = "VpVmptrldEmulationTime",
  286. [116] = "VpVmptrstEmulationCount",
  287. [117] = "VpVmptrstEmulationTime",
  288. [118] = "VpVmreadEmulationCount",
  289. [119] = "VpVmreadEmulationTime",
  290. [120] = "VpVmwriteEmulationCount",
  291. [121] = "VpVmwriteEmulationTime",
  292. [122] = "VpVmxoffEmulationCount",
  293. [123] = "VpVmxoffEmulationTime",
  294. [124] = "VpVmxonEmulationCount",
  295. [125] = "VpVmxonEmulationTime",
  296. [126] = "VpNestedVMEntriesCount",
  297. [127] = "VpNestedVMEntriesTime",
  298. [128] = "VpNestedSLATSoftPageFaultsCount",
  299. [129] = "VpNestedSLATSoftPageFaultsTime",
  300. [130] = "VpNestedSLATHardPageFaultsCount",
  301. [131] = "VpNestedSLATHardPageFaultsTime",
  302. [132] = "VpInvEptAllContextEmulationCount",
  303. [133] = "VpInvEptAllContextEmulationTime",
  304. [134] = "VpInvEptSingleContextEmulationCount",
  305. [135] = "VpInvEptSingleContextEmulationTime",
  306. [136] = "VpInvVpidAllContextEmulationCount",
  307. [137] = "VpInvVpidAllContextEmulationTime",
  308. [138] = "VpInvVpidSingleContextEmulationCount",
  309. [139] = "VpInvVpidSingleContextEmulationTime",
  310. [140] = "VpInvVpidSingleAddressEmulationCount",
  311. [141] = "VpInvVpidSingleAddressEmulationTime",
  312. [142] = "VpNestedTlbPageTableReclamations",
  313. [143] = "VpNestedTlbPageTableEvictions",
  314. [144] = "VpFlushGuestPhysicalAddressSpaceHypercalls",
  315. [145] = "VpFlushGuestPhysicalAddressListHypercalls",
  316. [146] = "VpPostedInterruptNotifications",
  317. [147] = "VpPostedInterruptScans",
  318. [148] = "VpTotalCoreRunTime",
  319. [149] = "VpMaximumRunTime",
  320. [150] = "VpHwpRequestContextSwitches",
  321. [151] = "VpWaitingForCpuTimeBucket0",
  322. [152] = "VpWaitingForCpuTimeBucket1",
  323. [153] = "VpWaitingForCpuTimeBucket2",
  324. [154] = "VpWaitingForCpuTimeBucket3",
  325. [155] = "VpWaitingForCpuTimeBucket4",
  326. [156] = "VpWaitingForCpuTimeBucket5",
  327. [157] = "VpWaitingForCpuTimeBucket6",
  328. [158] = "VpVmloadEmulationCount",
  329. [159] = "VpVmloadEmulationTime",
  330. [160] = "VpVmsaveEmulationCount",
  331. [161] = "VpVmsaveEmulationTime",
  332. [162] = "VpGifInstructionEmulationCount",
  333. [163] = "VpGifInstructionEmulationTime",
  334. [164] = "VpEmulatedErrataSvmInstructions",
  335. [165] = "VpPlaceholder1",
  336. [166] = "VpPlaceholder2",
  337. [167] = "VpPlaceholder3",
  338. [168] = "VpPlaceholder4",
  339. [169] = "VpPlaceholder5",
  340. [170] = "VpPlaceholder6",
  341. [171] = "VpPlaceholder7",
  342. [172] = "VpPlaceholder8",
  343. [173] = "VpContentionTime",
  344. [174] = "VpWakeUpTime",
  345. [175] = "VpSchedulingPriority",
  346. [176] = "VpRdpmcInstructionsCount",
  347. [177] = "VpRdpmcInstructionsTime",
  348. [178] = "VpPerfmonPmuMsrAccessesCount",
  349. [179] = "VpPerfmonLbrMsrAccessesCount",
  350. [180] = "VpPerfmonIptMsrAccessesCount",
  351. [181] = "VpPerfmonInterruptCount",
  352. [182] = "VpVtl1DispatchCount",
  353. [183] = "VpVtl2DispatchCount",
  354. [184] = "VpVtl2DispatchBucket0",
  355. [185] = "VpVtl2DispatchBucket1",
  356. [186] = "VpVtl2DispatchBucket2",
  357. [187] = "VpVtl2DispatchBucket3",
  358. [188] = "VpVtl2DispatchBucket4",
  359. [189] = "VpVtl2DispatchBucket5",
  360. [190] = "VpVtl2DispatchBucket6",
  361. [191] = "VpVtl1RunTime",
  362. [192] = "VpVtl2RunTime",
  363. [193] = "VpIommuHypercalls",
  364. [194] = "VpCpuGroupHypercalls",
  365. [195] = "VpVsmHypercalls",
  366. [196] = "VpEventLogHypercalls",
  367. [197] = "VpDeviceDomainHypercalls",
  368. [198] = "VpDepositHypercalls",
  369. [199] = "VpSvmHypercalls",
  370. [200] = "VpBusLockAcquisitionCount",
  371. [201] = "VpLoadAvg",
  372. [202] = "VpRootDispatchThreadBlocked",
  373. [203] = "VpIdleCpuTime",
  374. [204] = "VpWaitingForCpuTimeBucket7",
  375. [205] = "VpWaitingForCpuTimeBucket8",
  376. [206] = "VpWaitingForCpuTimeBucket9",
  377. [207] = "VpWaitingForCpuTimeBucket10",
  378. [208] = "VpWaitingForCpuTimeBucket11",
  379. [209] = "VpWaitingForCpuTimeBucket12",
  380. [210] = "VpHierarchicalSuspendTime",
  381. [211] = "VpExpressSchedulingAttempts",
  382. [212] = "VpExpressSchedulingCount",
  383. #elif IS_ENABLED(CONFIG_ARM64)
  384. [9] = "VpSysRegAccessesCount",
  385. [10] = "VpSysRegAccessesTime",
  386. [11] = "VpSmcInstructionsCount",
  387. [12] = "VpSmcInstructionsTime",
  388. [13] = "VpOtherInterceptsCount",
  389. [14] = "VpOtherInterceptsTime",
  390. [15] = "VpExternalInterruptsCount",
  391. [16] = "VpExternalInterruptsTime",
  392. [17] = "VpPendingInterruptsCount",
  393. [18] = "VpPendingInterruptsTime",
  394. [19] = "VpGuestPageTableMaps",
  395. [20] = "VpLargePageTlbFills",
  396. [21] = "VpSmallPageTlbFills",
  397. [22] = "VpReflectedGuestPageFaults",
  398. [23] = "VpMemoryInterceptMessages",
  399. [24] = "VpOtherMessages",
  400. [25] = "VpLogicalProcessorMigrations",
  401. [26] = "VpAddressDomainFlushes",
  402. [27] = "VpAddressSpaceFlushes",
  403. [28] = "VpSyntheticInterrupts",
  404. [29] = "VpVirtualInterrupts",
  405. [30] = "VpApicSelfIpisSent",
  406. [31] = "VpGpaSpaceHypercalls",
  407. [32] = "VpLogicalProcessorHypercalls",
  408. [33] = "VpLongSpinWaitHypercalls",
  409. [34] = "VpOtherHypercalls",
  410. [35] = "VpSyntheticInterruptHypercalls",
  411. [36] = "VpVirtualInterruptHypercalls",
  412. [37] = "VpVirtualMmuHypercalls",
  413. [38] = "VpVirtualProcessorHypercalls",
  414. [39] = "VpHardwareInterrupts",
  415. [40] = "VpNestedPageFaultInterceptsCount",
  416. [41] = "VpNestedPageFaultInterceptsTime",
  417. [42] = "VpLogicalProcessorDispatches",
  418. [43] = "VpWaitingForCpuTime",
  419. [44] = "VpExtendedHypercalls",
  420. [45] = "VpExtendedHypercallInterceptMessages",
  421. [46] = "VpMbecNestedPageTableSwitches",
  422. [47] = "VpOtherReflectedGuestExceptions",
  423. [48] = "VpGlobalIoTlbFlushes",
  424. [49] = "VpGlobalIoTlbFlushCost",
  425. [50] = "VpLocalIoTlbFlushes",
  426. [51] = "VpLocalIoTlbFlushCost",
  427. [52] = "VpFlushGuestPhysicalAddressSpaceHypercalls",
  428. [53] = "VpFlushGuestPhysicalAddressListHypercalls",
  429. [54] = "VpPostedInterruptNotifications",
  430. [55] = "VpPostedInterruptScans",
  431. [56] = "VpTotalCoreRunTime",
  432. [57] = "VpMaximumRunTime",
  433. [58] = "VpWaitingForCpuTimeBucket0",
  434. [59] = "VpWaitingForCpuTimeBucket1",
  435. [60] = "VpWaitingForCpuTimeBucket2",
  436. [61] = "VpWaitingForCpuTimeBucket3",
  437. [62] = "VpWaitingForCpuTimeBucket4",
  438. [63] = "VpWaitingForCpuTimeBucket5",
  439. [64] = "VpWaitingForCpuTimeBucket6",
  440. [65] = "VpHwpRequestContextSwitches",
  441. [66] = "VpPlaceholder2",
  442. [67] = "VpPlaceholder3",
  443. [68] = "VpPlaceholder4",
  444. [69] = "VpPlaceholder5",
  445. [70] = "VpPlaceholder6",
  446. [71] = "VpPlaceholder7",
  447. [72] = "VpPlaceholder8",
  448. [73] = "VpContentionTime",
  449. [74] = "VpWakeUpTime",
  450. [75] = "VpSchedulingPriority",
  451. [76] = "VpVtl1DispatchCount",
  452. [77] = "VpVtl2DispatchCount",
  453. [78] = "VpVtl2DispatchBucket0",
  454. [79] = "VpVtl2DispatchBucket1",
  455. [80] = "VpVtl2DispatchBucket2",
  456. [81] = "VpVtl2DispatchBucket3",
  457. [82] = "VpVtl2DispatchBucket4",
  458. [83] = "VpVtl2DispatchBucket5",
  459. [84] = "VpVtl2DispatchBucket6",
  460. [85] = "VpVtl1RunTime",
  461. [86] = "VpVtl2RunTime",
  462. [87] = "VpIommuHypercalls",
  463. [88] = "VpCpuGroupHypercalls",
  464. [89] = "VpVsmHypercalls",
  465. [90] = "VpEventLogHypercalls",
  466. [91] = "VpDeviceDomainHypercalls",
  467. [92] = "VpDepositHypercalls",
  468. [93] = "VpSvmHypercalls",
  469. [94] = "VpLoadAvg",
  470. [95] = "VpRootDispatchThreadBlocked",
  471. [96] = "VpIdleCpuTime",
  472. [97] = "VpWaitingForCpuTimeBucket7",
  473. [98] = "VpWaitingForCpuTimeBucket8",
  474. [99] = "VpWaitingForCpuTimeBucket9",
  475. [100] = "VpWaitingForCpuTimeBucket10",
  476. [101] = "VpWaitingForCpuTimeBucket11",
  477. [102] = "VpWaitingForCpuTimeBucket12",
  478. [103] = "VpHierarchicalSuspendTime",
  479. [104] = "VpExpressSchedulingAttempts",
  480. [105] = "VpExpressSchedulingCount",
  481. #endif
  482. };