Home | History | Annotate | Download | only in arch_perfmon
      1 // events from file events/i386/arch_perfmon/events
      2     {0x3c, 0, 0, "CPU_CLK_UNHALTED",
      3      "Clock cycles when not halted"},
      4     {0x3c, 0, 1, "UNHALTED_REFERENCE_CYCLES",
      5      "Unhalted reference cycles"},
      6     {0xc0, 0, 0, "INST_RETIRED",
      7      "number of instructions retired"},
      8     {0x2e, 0, 0x41, "LLC_MISSES",
      9      "Last level cache demand requests from this core that missed the LLC"},
     10     {0x2e, 0, 0x4f, "LLC_REFS",
     11      "Last level cache demand requests from this core"},
     12     {0xc4, 0, 0, "BR_INST_RETIRED",
     13      "number of branch instructions retired"},
     14     {0xc5, 0, 0, "BR_MISS_PRED_RETIRED",
     15      "number of mispredicted branches retired (precise)"},
     16