perf vendor events: Update Intel nehalemep
Update to v3, the are no TMA metrics for nehalemep. Use script at: https://github.com/intel/event-converter-for-linux-perf/blob/master/download_and_gen.py to download and generate the latest events and metrics. Manually copy the nehalemep files into perf and update mapfile.csv. Tested on a non-nehalemep with 'perf test': 10: PMU events : 10.1: PMU event table sanity : Ok 10.2: PMU event map aliases : Ok 10.3: Parsing of PMU event table metrics : Ok 10.4: Parsing of PMU event table metrics with fake PMUs : Ok Signed-off-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.garry@huawei.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Kshipra Bopardikar <kshipra.bopardikar@intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sedat Dilek <sedat.dilek@gmail.com> Cc: Stephane Eranian <eranian@google.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: http://lore.kernel.org/lkml/20220727220832.2865794-20-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Родитель
1ab4ef06fa
Коммит
bcc344a3bf
|
@ -17,9 +17,7 @@ GenuineIntel-6-3E,v21,ivytown,core
|
|||
GenuineIntel-6-2D,v21,jaketown,core
|
||||
GenuineIntel-6-(57|85),v9,knightslanding,core
|
||||
GenuineIntel-6-AA,v1.00,meteorlake,core
|
||||
GenuineIntel-6-1E,v2,nehalemep,core
|
||||
GenuineIntel-6-1F,v2,nehalemep,core
|
||||
GenuineIntel-6-1A,v2,nehalemep,core
|
||||
GenuineIntel-6-1[AEF],v3,nehalemep,core
|
||||
GenuineIntel-6-2E,v2,nehalemex,core
|
||||
GenuineIntel-6-[4589]E,v24,skylake,core
|
||||
GenuineIntel-6-A[56],v24,skylake,core
|
||||
|
|
|
|
@ -1773,7 +1773,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches satisfied by the IO, CSR, MMIO unit",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the IO, CSR, MMIO unit",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.IO_CSR_MMIO",
|
||||
|
@ -1784,7 +1784,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the LLC and not found in a sibling core",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the LLC and not found in a sibling core",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.LLC_HIT_NO_OTHER_CORE",
|
||||
|
@ -1795,7 +1795,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches satisfied by the LLC and HIT in a sibling core",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the LLC and HIT in a sibling core",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.LLC_HIT_OTHER_CORE_HIT",
|
||||
|
@ -1806,7 +1806,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches satisfied by the LLC and HITM in a sibling core",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the LLC and HITM in a sibling core",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.LLC_HIT_OTHER_CORE_HITM",
|
||||
|
@ -1861,7 +1861,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches that HIT in a remote cache",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches that HIT in a remote cache",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.REMOTE_CACHE_HIT",
|
||||
|
@ -1872,7 +1872,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches that HITM in a remote cache",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches that HITM in a remote cache",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.REMOTE_CACHE_HITM",
|
||||
|
@ -3226,4 +3226,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0x8"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -226,4 +226,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0x8"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
"SampleAfterValue": "2000000",
|
||||
"UMask": "0x1"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -286,7 +286,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the local DRAM.",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.LOCAL_DRAM",
|
||||
|
@ -297,7 +297,7 @@
|
|||
"UMask": "0x1"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
|
||||
"BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the remote DRAM",
|
||||
"Counter": "2",
|
||||
"EventCode": "0xB7",
|
||||
"EventName": "OFFCORE_RESPONSE.DATA_IN.REMOTE_DRAM",
|
||||
|
@ -736,4 +736,4 @@
|
|||
"SampleAfterValue": "100000",
|
||||
"UMask": "0x1"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -106,4 +106,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0x1"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче