Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

243 lines
28 KiB

  1. [info]
  2. drivername=PSTAT
  3. symbolfile=p5ctrnam.h
  4. [languages]
  5. 009=English
  6. [text]
  7. PENTIUM_009_NAME=Pentium
  8. PENTIUM_009_HELP=Pentium counters measure data from the Pentium processor.
  9. DATA_READ_009_NAME=Data Read/sec
  10. DATA_READ_009_HELP=Counts memory data reads (internal data cache hit and miss combined); I/O is not included. The individual component reads for split cycles are counted individually. Data Memory Reads that are part of TLB miss processing are not included. These events may occur at a maximum of two per clock. To view this counter, in Pperf, select Data Read.
  11. DATA_WRITE_009_NAME=Data Write/sec
  12. DATA_WRITE_009_HELP= Counts memory data writes (internal data cache hit and miss combined); I/O is not included. The individual component writes for split cycles are counted individually. To view this counter, in Pperf, select Data Write.
  13. DATA_TLB_MISS_009_NAME=Data TLB Miss/sec
  14. DATA_TLB_MISS_009_HELP= Counts the number of times data was sought in the data cache translation look-aside buffer, but not found there. To view this counter, in Pperf, select Data TLB miss.
  15. DATA_READ_MISS_009_NAME=Data Read Miss/sec
  16. DATA_READ_MISS_009_HELP= Counts memory read operations that miss the internal data cache. It includes cacheable and non-cacheable reads. Data reads that are included in TLB miss processing and reads directed to I/O spaces are not included. To view this counter, in Pperf, select Data Read Miss.
  17. DATA_WRITE_MISS_009_NAME=Data Write Miss/sec
  18. DATA_WRITE_MISS_009_HELP=Counts memory write operations that miss the internal data cache. It includes cacheable and non-cacheable writes. Data writes that are included in TLB miss processing and writes to I/O spaces are not included. To view this counter, in Pperf, select Data Write Miss.
  19. WRITE_HIT_TO_ME_LINE_009_NAME=Write Hit To M/E Line/sec
  20. WRITE_HIT_TO_ME_LINE_009_HELP=Counts the number of write hits to exclusive or modified lines in the data cache. (These are the writes which can be held up if EWBE# is inactive.) This may occur at a maximum of two per clock. To view this counter, in Pperf, select Write hit to M/E line.
  21. DATA_CACHE_LINE_WB_009_NAME=Data Cache Line WB/sec
  22. DATA_CACHE_LINE_WB_009_HELP=Counts all changed ("dirty") lines written back to disk, regardless of the cause. Replacements and internal and external snoops can cause writebacks and are counted. To view this counter, in Pperf, select Data Cache line WB.
  23. DATA_CACHE_SNOOPS_009_NAME=Data Cache Snoops/sec
  24. DATA_CACHE_SNOOPS_009_HELP= Counts accepted external snoops whether they hit the code or data cache, or miss both. Internal snoops and assertions of EADS# outside of the sampling interval are not counted. To view this counter, in Pperf, select Data Cache snoops.
  25. DATA_CACHE_SNOOP_HITS_009_NAME=Data Cache Snoop Hits/sec
  26. DATA_CACHE_SNOOP_HITS_009_HELP= Counts accepted external snoops that hit the data cache, the data line fill buffer, or one of the write back buffers. Cache misses, code cache hits, internal snoops, and assertions of EADS# outside of the sampling interval are not counted.To see this counter use the pperf application to select 'Data Cache snoop hits'.
  27. MEMORY_ACCESSES_IN_PIPES_009_NAME=Memory Accesses In Pipes/sec
  28. MEMORY_ACCESSES_IN_PIPES_009_HELP=Counts data memory reads and writes which are paired in the pipeline. These accesses are not necessarily run in parellel due to events such as cache misses and bank conflicts. To view this counter, in Pperf, select Memory Accesses in pipes.
  29. BANK_CONFLICTS_009_NAME=Bank Conflicts/sec
  30. BANK_CONFLICTS_009_HELP=Counts the actual number of bank conflicts. To view this counter, in Pperf, Bank conflicts.
  31. MISADLIGNED_DATA_REF_009_NAME=Misaligned Data Refs/sec
  32. MISADLIGNED_DATA_REF_009_HELP=Counts memory and I/O reads and writes that are misaligned. A two-byte or four-byte access is misaligned when it crosses an eight-byte boundary. Ten-byte accesses are treated as two separate accesses; one of eight bytes and one of two bytes. To view this counter, in Pperf, select Misaligned data refs.
  33. CODE_READ_009_NAME=Code Read/sec
  34. CODE_READ_009_HELP=Counts all reads of instructions. To view this counter, in Pperf, select Code Read.
  35. CODE_TLB_MISS_009_NAME=Code TLB Miss/sec
  36. CODE_TLB_MISS_009_HELP=Counts failed attempts to read instructions from the code TLB. To view this counter, in Pperf, Code TLB miss.
  37. CODE_CACHE_MISS_009_NAME=Code Cache Miss/sec
  38. CODE_CACHE_MISS_009_HELP=Counts failed attempts to read instructions from the internal code cache, whether the read is cacheable or non-cacheable. Individual eight-byte cacheable instructions are not included. To view this counter, in Pperf, select Code cache miss.
  39. SEGMENT_LOADS_009_NAME=Segment Loads/sec
  40. SEGMENT_LOADS_009_HELP=Counts writes into any segment register, in real or protected mode, including the LDTR, CDTR, IDTR, and TR. Segment loads are caused by explicit segment register load instructions, far control transfers, and task switches. Far control transfers and task switches causing a privilege level change are counted twice. Interrupts and exceptions can initiate a far control transfer. To view this counter, in Pperf, select Segment loads.
  41. BRANCHES_009_NAME=Branches/sec
  42. BRANCHES_009_HELP=Counts taken and non-taken branches executed (not merely predicted), including taken conditional branches, jumps, calls, returns, hardware interrupts (including FLUSH#), software interrupts, interrupt returns, serializing instructions, some segment descriptor loads, and programmatic exceptions that invoke a trap or fault handler. To view this counter, in Pperf, select Branches.
  43. BTB_HITS_009_NAME=BTB Hits/sec
  44. BTB_HITS_009_HELP=Counts hits for instructions that are executed. To view this counter, in Pperf, select BTB hits.
  45. TAKEN_BRANCH_OR_BTB_HITS_009_NAME=Taken Branches or BTB Hits/sec
  46. TAKEN_BRANCH_OR_BTB_HITS_009_HELP=Counts taken branches or BTB Hits (or both). It consists of instructions that are either candidates for a space in the BTB or are already in the BTB. To view this counter, in Pperf, select Taken branch or BTB hits.
  47. PIPELINE_FLUSHES_009_NAME=Pipeline Flushes/sec
  48. PIPELINE_FLUSHES_009_HELP=Counts pipeline flushes. These can be caused by BTB misses on taken branches, mistaken predictions, exceptions, interrupts, and some segment descriptor loads. To view this counter, in Pperf, select Pipeline flushes.
  49. INSTRUCTIONS_EXECUTED_009_NAME=Instructions Executed/sec
  50. INSTRUCTIONS_EXECUTED_009_HELP=Counts instructions executed, including invocations of a fault handler, up to two per clock. To view this counter, in Pperf, select Instructions executed.
  51. INSTRUCTIONS_EXECUTED_IN_VPIPE_009_NAME=Instructions Executed In vPipe/sec
  52. INSTRUCTIONS_EXECUTED_IN_VPIPE_009_HELP=Counts the number of instructions executed in the v-pipe. This indicates the number of instructions that were paired. To view this counter, in Pperf, select Instructions executed in vpipe.
  53. BUS_UTILIZATION_009_NAME=Bus Utilization (clks)/sec
  54. BUS_UTILIZATION_009_HELP=Counts clocks while a bus is in progress, including HLDA, AHOLD, and BOFF# clocks. To view this counter, in Pperf, select Bus utilization (clks).
  55. PIPE_STALLED_ON_WRITES_009_NAME=Pipe Stalled On Writes (clks)/sec
  56. PIPE_STALLED_ON_WRITES_009_HELP=Counts the number of clocks that occur while the internal pipline is stalled due to full write buffers. Stalls on I/O operations are not included. To view this counter, in Pperf, select Pipe stalled on writes (clks).
  57. PIPE_STALLED_ON_READ_009_NAME=Pipe Stalled On Read (clks)/sec
  58. PIPE_STALLED_ON_READ_009_HELP=Counts the number of clocks that occur while the internal pipeline is stalled waiting for a data memory read. This includes TLB miss processing, and attempts to read that are not bypassed while a line is being filled. To view this counter, in Pperf, select Pipe stalled on read (clks).
  59. STALLED_WHILE_EWBE_009_NAME=Stalled While EWBE#/sec
  60. STALLED_WHILE_EWBE_009_HELP=To see this counter use the pperf application to select 'Stalled while EWBE#'.
  61. LOCKED_BUS_CYCLE_009_NAME=Locked Bus Cycle/sec
  62. LOCKED_BUS_CYCLE_009_HELP=Counts LOCK prefixes and instructions, Page Table updates, Descriptor Table updates, and the read portion of the Locked Read-Modify_Write instruction. Split Locked cycles (SCYC active) are counted as two separate accesses, but cycles restarted due to BOFF# are not counted again. To view this counter, in Pperf, select Locked bus cycle.
  63. IO_RW_CYCLE_009_NAME=I/O R/W Cycle/sec
  64. IO_RW_CYCLE_009_HELP=Counts read and write bus cycles to I/O space. Misaligned I/O accesses are counted twice, but cycles restarted due to BOFF# are not counted again. To view this counter, in Pperf, select IO r/w cycle.
  65. NON_CACHED_MEMORY_REF_009_NAME=Non-Cached Memory Ref/sec
  66. NON_CACHED_MEMORY_REF_009_HELP=Counts non-cacheable instruction or data memory read bus cycles, including read cycles caused by TLB misses. It does not include read cycles to I/O space; these are included in the counter I/O R/W Cycle. To view this counter, in Pperf, select non_cached memory ref.
  67. PIPE_STALLED_ON_ADDR_GEN_009_NAME=Pipe Stalled On Addr Gen (clks)/sec
  68. PIPE_STALLED_ON_ADDR_GEN_009_HELP=Counts the number of clocks that occur while the pipeline is stalled due to an address generation interlock (AGI). (AGIs occur when the instruction in the execute stage of the U or V pipeline is writing to the index or base address register of an instruction in the D2 (address generation) stage of the U or V pipeline. An AGI occurring in both the U and V pipeline during the same clock is counted twice. To view this counter, in Pperf, select Pipe stalled on addr gen (clks).
  69. FLOPS_009_NAME= FLOPs/sec
  70. FLOPS_009_HELP=Counts the number of floating point operations in each second, including adds, subtracts, multiplies, divides, remainders and square roots. Instructions consisting of multiple operations will trigger the counter once for each operation. Instructions for invalid operations, such as dividing by zero and negative square roots, and for special operations and stack exceptions are not counted. Instructions generating other floating point exceptions are counted. Also, integer multiply instructions which share the floating point multiplier are counted. To view this counter, in Pperf, select FLOPs.
  71. DR0_009_NAME=Debug Register 0
  72. DR0_009_HELP=Counts breakpoint matches (signals driven on the BP[3:0] pins) on the DR0 register. If programmed, the counter will be incremented for each breakpoint match, regardless of whether the breakpoints are enabled. To view this counter, in Pperf, select Debug Register 0.
  73. DR1_009_NAME=Debug Register 1
  74. DR1_009_HELP= Counts breakpoint matches (signals driven on the BP[3:0] pins) on the DR1 register. If programmed, the counter will be incremented for each breakpoint match, regardless of whether the breakpoints are enabled. To view this counter, in Pperf, select Debug Register 1.
  75. DR2_009_NAME=Debug Register 2
  76. DR2_009_HELP= Counts breakpoint matches (signals driven on the BP[3:0] pins) on the DR2 register. If programmed, the counter will be incremented for each breakpoint match, regardless of whether the breakpoints are enabled. To view this counter, in Pperf, select Debug Register 2.
  77. DR3_009_NAME=Debug Register 3
  78. DR3_009_HELP= Counts breakpoint matches (signals driven on the BP[3:0] pins) on the DR3 register. If programmed, the counter will be incremented for each breakpoint match, regardless of whether the breakpoints are enabled. To view this counter, in Pperf, select Debug Register 3.
  79. INTERRUPTS_009_NAME=Interrupts/sec
  80. INTERRUPTS_009_HELP=Counts taken INTR and NMI hardware interrupts only. To view this counter, in Pperf, select interrupts.
  81. DATA_RW_009_NAME=Data Reads & Writes/sec
  82. DATA_RW_009_HELP=To view this counter, in pperf, select 'Data R/W'.
  83. DATA_RW_MISS_009_NAME=Data R/W Miss/sec
  84. DATA_RW_MISS_009_HELP=To view this counter, in pperf, select 'Data R/W miss'.
  85. PCT_DATA_READ_MISS_009_NAME=% Data Cache Read Misses
  86. PCT_DATA_READ_MISS_009_HELP=Displays the ratio of Data Cache Read Misses to the total number of Data Reads as a percentage. To view this counter, in pperf, select both 'Data Read' and 'Data Read miss'.
  87. PCT_DATA_WRITE_MISS_009_NAME=% Data Cache Write Misses
  88. PCT_DATA_WRITE_MISS_009_HELP=Displays the ratio of Data Cache Write Misses to the total number of Data Writes as a percentage. To view this counter, in pperf, select both 'Data Write' and 'Data Write miss'.
  89. PCT_DATA_RW_MISS_009_NAME=% Data Cache Misses
  90. PCT_DATA_RW_MISS_009_HELP=Displays the ratio of Data Reads and Writes that missed the cache to the total number of reads and writes as a percentage. To view this counter, in pperf, select both 'Data R/W' and 'Data R/W miss'.
  91. PCT_DATA_TLB_MISS_009_NAME=% Data TLB Misses
  92. PCT_DATA_TLB_MISS_009_HELP=Displays the ratio of Data Reads and writes to the Translation Lookaside Buffer Misses as a percentage. To view this counter, in pperf, select both 'Data R/W' and 'Data TLB miss'.
  93. PCT_DATA_SNOOP_HITS_009_NAME=% Data Snoop Hits
  94. PCT_DATA_SNOOP_HITS_009_HELP=Displays the ratio of Data Cache Snoop Hits to the total number of Data Cache Snoops as a percentage. To view this counter, in pperf, select both 'Data cache snoops' and 'Data cache snoop hits'.
  95. PCT_CODE_READ_MISS_009_NAME=% Code Cache Misses
  96. PCT_CODE_READ_MISS_009_HELP=Displays the ratio of Code Cache Misses to the total number of Code reads as a percentage. To view this counter, in pperf, select both 'Code Read' and 'Code cache miss'.
  97. PCT_CODE_TLB_MISS_009_NAME=% Code TLB Misses
  98. PCT_CODE_TLB_MISS_009_HELP=Displays the ration of Code TLB Misses to the total number of Code Reads as a percentage. To view this counter, in pperf, select both 'Code Read' and 'Code TLB miss'.
  99. PCT_BTB_HITS_009_NAME=% Branch Target Buffer Hits
  100. PCT_BTB_HITS_009_HELP=Displays the ratio of Branch Target Buffer Hits to the total number of Branches as a percentage. To view this counter, in pperf, select both 'Branches' and 'BTB hits'.
  101. PCT_VPIPE_INST_009_NAME=% V-Pipe Instructions
  102. PCT_VPIPE_INST_009_HELP=Displays the ratio of instructions executed from the V-Pipe to the total number of instructions executed as a percentage. To view this counter, in pperf, select both 'Instructions executed' and 'Instructions executed in vpipe'.
  103. PCT_BRANCHES_009_NAME=% Branches
  104. PCT_BRANCHES_009_HELP=Displays the ratio Branches taken to the total number of instructions executed as a percentage. To view this counter,in pperf, select both 'Instructions executed' and 'Branches'.
  105. P6_LD_BLOCKS_009_NAME=Store buffer blocks/sec
  106. P6_LD_BLOCKS_009_HELP=Number of store buffer block per second. To view this counter, in Pperf, select Store buffer blocks.
  107. P6_SB_DRAINS_009_NAME=Store buffer drain cycles/sec
  108. P6_SB_DRAINS_009_HELP=Number of store buffer drains cycles per second. To view this counter, in Pperf, select Store buffer drain cycles.
  109. P6_MISALIGN_MEM_REF_009_NAME=Misaligned data refs/sec
  110. P6_MISALIGN_MEM_REF_009_HELP=Number of misaligned data memory references per second To view this counter, in Pperf, select Misaligned data refs.
  111. P6_SEGMENT_REG_LOADS_009_NAME=Segment loads/sec
  112. P6_SEGMENT_REG_LOADS_009_HELP=Number of segment register loads per second. To view this counter, in Pperf, select Segment loads.
  113. P6_FP_COMP_OPS_EXE_009_NAME=FLOPs (computational) executed/sec
  114. P6_FP_COMP_OPS_EXE_009_HELP=Number of computational floating point operations executed per second. To view this counter, in Pperf, select FLOPs (computational) executed.
  115. P6_FP_ASSIST_009_NAME=FP exceptions handled by ucode
  116. P6_FP_ASSIST_009_HELP=Number of floating point exception cases handled by microcode per second. To view this counter, in Pperf, select FP exceptions handled by ucode.
  117. P6_MUL_009_NAME=Multiplies/sec
  118. P6_MUL_009_HELP=Number of multiplies per second. To view this counter, in Pperf, select Multiplies.
  119. P6_DIV_009_NAME=Divides/sec
  120. P6_DIV_009_HELP=Number of divides per second. To view this counter, in Pperf, select Divides.
  121. P6_CYCLES_DIV_BUSY_009_NAME=Divider busy cycles/sec
  122. P6_CYCLES_DIV_BUSY_009_HELP=Number of cycles the divider is busy per second. To view this counter, in Pperf, select Divider busy cycles.
  123. P6_L2_ADS_009_NAME=L2 address stobes/sec
  124. P6_L2_ADS_009_HELP=Number of L2 address strobes per second. To view this counter, in Pperf, select L2 address stobes.
  125. P6_L2_DBUS_BUSY_009_NAME=L2 data bus busy cycles/sec
  126. P6_L2_DBUS_BUSY_009_HELP=Number of cycles in which the data bus is busy per second. To view this counter, in Pperf, select L2 data bus busy cycles.
  127. P6_L2_DBUS_BUSY_RD_009_NAME=L2 data bus to cpu busy cycles/sec
  128. P6_L2_DBUS_BUSY_RD_009_HELP=Number of cycles in which the data bus is busy transfering data from L2 to the processor per second. To view this counter, in Pperf, select L2 data bus to cpu busy cycles.
  129. P6_L2_LINES_IN_009_NAME=L2 lines allocated/sec
  130. P6_L2_LINES_IN_009_HELP=Number of lines allocated in the L2 per second. To view this counter, in Pperf, select L2 lines allocated.
  131. P6_L2_M_LINES_IN_009_NAME=L2 lines M state/sec
  132. P6_L2_M_LINES_IN_009_HELP=Number of modified lines allocated in the L2 per second. To view this counter, in Pperf, select L2 lines M state.
  133. P6_L2_LINES_OUT_009_NAME=L2 lines removed/sec
  134. P6_L2_LINES_OUT_009_HELP=Number of lines removed from the L2 for any reason per second. To view this counter, in Pperf, select L2 lines removed.
  135. P6_L2_M_LINES_OUT_009_NAME=L2 lines M state removed/sec
  136. P6_L2_M_LINES_OUT_009_HELP=Number of Modified lines removed from the L2 for any reason per second. To view this counter, in Pperf, select L2 lines M state removed.
  137. P6_L2_IFETCH_009_NAME=L2 instruction fetches/sec
  138. P6_L2_IFETCH_009_HELP=Number of L2 instruction fetches per second. To view this counter, in Pperf, select L2 instruction fetches.
  139. P6_L2_LD_009_NAME=L2 data loads/sec
  140. P6_L2_LD_009_HELP=Number of L2 data loads per second. To view this counter, in Pperf, select L2 data loads.
  141. P6_L2_ST_009_NAME=L2 data stores/sec
  142. P6_L2_ST_009_HELP=Number of L2 data stores per second. To view this counter, in Pperf, select L2 data stores.
  143. P6_L2_RQSTS_009_NAME=L2 requests/sec
  144. P6_L2_RQSTS_009_HELP=Total number of L2 requests per second. To view this counter, in Pperf, select L2 requests.
  145. P6_DATA_MEM_REFS_009_NAME=Data memory references/sec
  146. P6_DATA_MEM_REFS_009_HELP=Total number of all memory references, both cacheable and non-cacheable per second. To view this counter, in Pperf, select Data memory references.
  147. P6_DCU_LINES_IN_009_NAME=DCU lines allocated/sec
  148. P6_DCU_LINES_IN_009_HELP=Number of total lines allocated in the DCU per second. To view this counter, in Pperf, select DCU lines allocated.
  149. P6_DCU_M_LINES_IN_009_NAME=DCU M state lines allocated/sec
  150. P6_DCU_M_LINES_IN_009_HELP=Number of M state lines allocated in the DCU per second. To view this counter, in Pperf, select DCU M state lines allocated.
  151. P6_DCU_M_LINES_OUT_009_NAME=DCU M state lines evicted/sec
  152. P6_DCU_M_LINES_OUT_009_HELP=Number of M state lines evicted from the DCU per second. This includes evictions via snoop HITM, intervention or replacement. To view this counter, in Pperf, select DCU M state lines evicted.
  153. P6_DCU_MISS_OUTSTANDING_009_NAME=Weighted DCU misses outstd/sec
  154. P6_DCU_MISS_OUTSTANDING_009_HELP=Weighted number of cycles while a DCU miss is outstanding per second. To view this counter, in Pperf, select Weighted DCU misses outstd.
  155. P6_BUS_REQ_OUTSTANDING_009_NAME=Bus requests outstanding/sec
  156. P6_BUS_REQ_OUTSTANDING_009_HELP=Number of bus requests outstanding per second. To view this counter, in Pperf, select Bus requests outstanding.
  157. P6_BUS_BNR_DRV_009_NAME=Bus BNR pin drive cycles/sec
  158. P6_BUS_BNR_DRV_009_HELP=Number of bus clock cycles that this processor is driving the BNR pin per second. To view this counter, in Pperf, select Bus BNR pin drive cycles.
  159. P6_BUS_DRDY_CLOCKS_009_NAME=Bus DRDY asserted clocks/sec
  160. P6_BUS_DRDY_CLOCKS_009_HELP=Number of clocks in which DRDY is asserted per second. To view this counter, in Pperf, select Bus DRDY asserted clocks.
  161. P6_BUS_LOCK_CLOCKS_009_NAME=Bus LOCK asserted clocks/sec
  162. P6_BUS_LOCK_CLOCKS_009_HELP=Number of clocks in which LOCK is asserted per second. To view this counter, in Pperf, select Bus LOCK asserted clocks.
  163. P6_BUS_DATA_RCV_009_NAME=Bus clocks receiving data/sec
  164. P6_BUS_DATA_RCV_009_HELP=Number of bus clock cycles that this processor is receiving data per second. To view this counter, in Pperf, select Bus clocks receiving data.
  165. P6_BUS_TRANS_BRD_009_NAME=Bus burst read transactions/sec
  166. P6_BUS_TRANS_BRD_009_HELP=Number of Burst Read transactions per second. To view this counter, in Pperf, select Bus burst read transactions.
  167. P6_BUS_TRANS_RFO_009_NAME=Bus read for ownership trans/sec
  168. P6_BUS_TRANS_RFO_009_HELP=Number of Read For Ownership transactions per second. To view this counter, in Pperf, select Bus read for ownership trans.
  169. P6_BUS_TRANS_WB_009_NAME=Bus writeback transactions/sec
  170. P6_BUS_TRANS_WB_009_HELP=Number of Write Back transactions per second. To view this counter, in Pperf, select Bus writeback transactions.
  171. P6_BUS_TRANS_IFETCH_009_NAME=Bus instruction fetches/sec
  172. P6_BUS_TRANS_IFETCH_009_HELP=Number of Instruction Fetch transactions per second. To view this counter, in Pperf, select Bus instruction fetches.
  173. P6_BUS_TRANS_INVAL_009_NAME=Bus invalidate transactions/sec
  174. P6_BUS_TRANS_INVAL_009_HELP=Number of Invalidate transactions per second. To view this counter, in Pperf, select Bus invalidate transactions.
  175. P6_BUS_TRANS_PWR_009_NAME=Bus partial write transactions/sec
  176. P6_BUS_TRANS_PWR_009_HELP=Number of Partial Write transactions per second. To view this counter, in Pperf, select Bus partial write transactions.
  177. P6_BUS_TRANS_P_009_NAME=Bus partial transactions/sec
  178. P6_BUS_TRANS_P_009_HELP=Number of Partial transactions per second. To view this counter, in Pperf, select Bus partial transactions.
  179. P6_BUS_TRANS_IO_009_NAME=Bus IO transactions/sec
  180. P6_BUS_TRANS_IO_009_HELP=Number of I/O transations per second. To view this counter, in Pperf, select Bus IO transactions.
  181. P6_BUS_TRANS_DEF_009_NAME=Bus deferred transactions/sec
  182. P6_BUS_TRANS_DEF_009_HELP=Number of Deferred transactions. To view this counter, in Pperf, select Bus deferred transactions.
  183. P6_BUS_TRANS_BURST_009_NAME=Bus burst transactions (total)/sec
  184. P6_BUS_TRANS_BURST_009_HELP=Number of Burst transactions per second. To view this counter, in Pperf, select Bus burst transactions (total).
  185. P6_BUS_TRANS_MEM_009_NAME=Bus memory transactions (total)/sec
  186. P6_BUS_TRANS_MEM_009_HELP=Number of memory transactions per second. To view this counter, in Pperf, select Bus memory transactions (total).
  187. P6_BUS_TRANS_ANY_009_NAME=Bus all transactions/sec
  188. P6_BUS_TRANS_ANY_009_HELP=Total number of all transactions per second. To view this counter, in Pperf, select Bus all transactions.
  189. P6_CPU_CLK_UNHALTED_009_NAME=CPU was not HALTED cycles/sec
  190. P6_CPU_CLK_UNHALTED_009_HELP=Number of cycles for which the processor is not halted per second. To view this counter, in Pperf, select CPU was not HALTED cycles.
  191. P6_BUS_HIT_DRV_009_NAME=Bus CPU drives HIT cycles/sec
  192. P6_BUS_HIT_DRV_009_HELP=Number of bus clock cycles per second that this processor is driving the HIT pin, including cycles due to snoop stalls. To view this counter, in Pperf, select Bus CPU drives HIT cycles.
  193. P6_BUS_HITM_DRV_009_NAME=Bus CPU drives HITM cycles/sec
  194. P6_BUS_HITM_DRV_009_HELP=Number of bus clock cycles per second that this processor is driving the HITM pin, including cycles due to snoop stalls. To view this counter, in Pperf, select Bus CPU drives HITM cycles.
  195. P6_BUS_SNOOP_STALL_009_NAME=Bus snoop stalled cycles/sec
  196. P6_BUS_SNOOP_STALL_009_HELP=Number of clock cycles per second for which the bus is snoop stalled. To view this counter, in Pperf, select Bus snoop stalled cycles.
  197. P6_IFU_IFETCH_009_NAME=Instruction fetches/sec
  198. P6_IFU_IFETCH_009_HELP=Total number of instruction fetches per second, both cacheable and uncacheable. To view this counter, in Pperf, select Instruction fetches.
  199. P6_IFU_IFETCH_MISS_009_NAME=Instrection fetch Misses/sec
  200. P6_IFU_IFETCH_MISS_009_HELP=Total number of instruction fetch misses per second. To view this counter, in Pperf, select Instrection fetch Misses.
  201. P6_ITLB_MISS_009_NAME=Instruction TLB misses/sec
  202. P6_ITLB_MISS_009_HELP=Number of ITLB misses per second. To view this counter, in Pperf, select Instruction TLB misses.
  203. P6_IFU_MEM_STALL_009_NAME=Inst fetch stalled cycles/sec
  204. P6_IFU_MEM_STALL_009_HELP=The number of cycles per second that instruction fetch pipestage is stalled (includes cache misses, ITLB misses, ITLB faults and Victim Cache evictions.) To view this counter, in Pperf, select Inst fetch stalled cycles.
  205. P6_ILD_STALL_009_NAME=Inst len decoder stalled cycles/sec
  206. P6_ILD_STALL_009_HELP=Number of cycles per second for which the instruction length decoder is stalled. To view this counter, in Pperf, select Inst len decoder stalled cycles.
  207. P6_RESOURCE_STALLS_009_NAME=Resource related stalls/sec
  208. P6_RESOURCE_STALLS_009_HELP=Number of cycles per second for which there are resource related stalls. To view this counter, in Pperf, select Resource related stalls.
  209. P6_INST_RETIRED_009_NAME=Instructions retired/sec
  210. P6_INST_RETIRED_009_HELP=Number of instructions retired per second. To view this counter, in Pperf, select Instructions retired.
  211. P6_FLOPS_009_NAME=FP compute opers retired/sec
  212. P6_FLOPS_009_HELP=Number of computational floating point operations retired per second. To view this counter, in Pperf, select FP compute opers retired.
  213. P6_UOPS_RETIRED_009_NAME=UOPs retired/sec
  214. P6_UOPS_RETIRED_009_HELP=Number of UOPs retired per second. To view this counter, in Pperf, select UOPs retired.
  215. P6_BR_INST_RETIRED_009_NAME=Branches retired/sec
  216. P6_BR_INST_RETIRED_009_HELP=Number of branch instructions retired per second. To view this counter, in Pperf, select Branches retired.
  217. P6_BR_MISS_PRED_RETIRED_009_NAME=Branch miss predictions retired/sec
  218. P6_BR_MISS_PRED_RETIRED_009_HELP=Number of mispredicted branches retired per second. To view this counter, in Pperf, select Branch miss predictions retired.
  219. P6_CYCLES_INT_MASKED_009_NAME=Interrupts masked cycles/sec
  220. P6_CYCLES_INT_MASKED_009_HELP=Number of processor cycles per second for which interrupts are disabled. To view this counter, in Pperf, select Interrupts masked cycles.
  221. P6_CYCLES_INT_PENDING_AND_MASKED_009_NAME=Int pending while masked cycles/sec
  222. P6_CYCLES_INT_PENDING_AND_MASKED_009_HELP=Number of processor cycles per second for which interrupts are disabled and interrupts are pending. To view this counter, in Pperf, select Int pending while masked cycles.
  223. P6_HW_INT_RX_009_NAME=Hardware interrupts received/sec
  224. P6_HW_INT_RX_009_HELP=Number of hardware interrupts received per second. To view this counter, in Pperf, select Hardware interrupts received.
  225. P6_BR_TAKEN_RETIRED_009_NAME=Taken branches retired/sec
  226. P6_BR_TAKEN_RETIRED_009_HELP=Number of taken branchs retired per second To view this counter, in Pperf, select Taken branches retired.
  227. P6_BR_MISS_PRED_TAKEN_RET_009_NAME=Taken branch miss pred retired/sec
  228. P6_BR_MISS_PRED_TAKEN_RET_009_HELP=Number of taken mispredicted branchs retired per second. To view this counter, in Pperf, select Taken branch miss pred retired.
  229. P6_INST_DECODED_009_NAME=Instructions decoded/sec
  230. P6_INST_DECODED_009_HELP=Number of instructions decoded per second. To view this counter, in Pperf, select Instructions decoded.
  231. P6_PARTIAL_RAT_STALLS_009_NAME=Partial register stalls/sec
  232. P6_PARTIAL_RAT_STALLS_009_HELP=Number of cycles or events for partial stalls per second. To view this counter, in Pperf, select Partial register stalls.
  233. P6_BR_INST_DECODED_009_NAME=Branches decoded/sec
  234. P6_BR_INST_DECODED_009_HELP=Number of branch instructions decoded per second. To view this counter, in Pperf, select Branches decoded.
  235. P6_BTB_MISSES_009_NAME= BTB misses/sec
  236. P6_BTB_MISSES_009_HELP=Number of branchs per second that miss the BTB . To view this counter, in Pperf, select BTB misses.
  237. P6_BR_BOGUS_009_NAME=Bogus branches/sec
  238. P6_BR_BOGUS_009_HELP=Number of bogus branches per second. To view this counter, in Pperf, select Bogus branches.
  239. P6_BACLEARS_009_NAME=BACLEARS Asserted/sec
  240. P6_BACLEARS_009_HELP=Number of times BACLEAR is asserted per second. To view this counter, in Pperf, select BACLEARS Asserted.