X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fperfmon%2Fintel%2Fcore.h;h=a6a5269d772d730605b9c2fb504ad909be968517;hb=c3cb2075d;hp=cd5c31ba260820b422893d87e92e3edf1b394d6a;hpb=8e1384f7bf2e806e0d65d07af38da269ef1b8338;p=vpp.git diff --git a/src/plugins/perfmon/intel/core.h b/src/plugins/perfmon/intel/core.h index cd5c31ba260..a6a5269d772 100644 --- a/src/plugins/perfmon/intel/core.h +++ b/src/plugins/perfmon/intel/core.h @@ -29,8 +29,14 @@ "Reference cycles when the core is not in halt state.") \ _ (0x00, 0x04, 0, 0, 0, 0x00, TOPDOWN, SLOTS, \ "TMA slots available for an unhalted logical processor.") \ - _ (0x00, 0x80, 0, 0, 0, 0x00, TOPDOWN, L1_METRICS, \ - "TMA slots metrics for an unhalted logical processor.") \ + _ (0x00, 0x80, 0, 0, 0, 0x00, TOPDOWN, L1_RETIRING_METRIC, \ + "TMA retiring slots for an unhalted logical processor.") \ + _ (0x00, 0x81, 0, 0, 0, 0x00, TOPDOWN, L1_BAD_SPEC_METRIC, \ + "TMA bad spec slots or an unhalted logical processor.") \ + _ (0x00, 0x82, 0, 0, 0, 0x00, TOPDOWN, L1_FE_BOUND_METRIC, \ + "TMA fe bound slots for an unhalted logical processor.") \ + _ (0x00, 0x83, 0, 0, 0, 0x00, TOPDOWN, L1_BE_BOUND_METRIC, \ + "TMA be bound slots for an unhalted logical processor.") \ _ (0x03, 0x02, 0, 0, 0, 0x00, LD_BLOCKS, STORE_FORWARD, \ "Loads blocked due to overlapping with a preceding store that cannot be" \ " forwarded.") \