perf vendor events intel: Refresh icelakex metrics
Update the icelakex metrics to TMA version 4.5. Generation was done using https://github.com/intel/perfmon. Notable changes are TMA info metrics are renamed from their node name to be lower case and prefixed by tma_info_, MetricThreshold expressions are added, "Sample with" documentation is added to many TMA metrics, smi_cost and transaction metric groups are added replicating existing hard coded metrics in stat-shadow. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Andrii Nakryiko <andrii@kernel.org> Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: Eduard Zingerman <eddyz87@gmail.com> Cc: Florian Fischer <florian.fischer@muhq.space> Cc: Ingo Molnar <mingo@redhat.com> Cc: James Clark <james.clark@arm.com> Cc: Jing Zhang <renyu.zj@linux.alibaba.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.g.garry@oracle.com> Cc: Kajol Jain <kjain@linux.ibm.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Leo Yan <leo.yan@linaro.org> 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: Ravi Bangoria <ravi.bangoria@amd.com> Cc: Sandipan Das <sandipan.das@amd.com> Cc: Sean Christopherson <seanjc@google.com> Cc: Stephane Eranian <eranian@google.com> Cc: Suzuki Poulouse <suzuki.poulose@arm.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-stm32@st-md-mailman.stormreply.com Link: https://lore.kernel.org/r/20230219092848.639226-21-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
5d48694714
commit
384133a4ed
File diff suppressed because it is too large
Load Diff
|
@ -538,7 +538,7 @@
|
|||
"EventCode": "0x02",
|
||||
"EventName": "UNC_M_PRE_COUNT.PGT",
|
||||
"PerPkg": "1",
|
||||
"PublicDescription": "DRAM Precharge commands. : Precharge due to page table : Counts the number of DRAM Precharge commands sent on this channel. : Prechages from Page Table",
|
||||
"PublicDescription": "DRAM Precharge commands. : Precharge due to page table : Counts the number of DRAM Precharge commands sent on this channel. : Precharges from Page Table",
|
||||
"UMask": "0x10",
|
||||
"Unit": "iMC"
|
||||
},
|
||||
|
|
|
@ -1296,7 +1296,7 @@
|
|||
"Unit": "CHA"
|
||||
},
|
||||
{
|
||||
"BriefDescription": "Counts the number of Allocate/Update to HitMe Cache : Deallocate HtiME$ on Reads without RspFwdI*",
|
||||
"BriefDescription": "Counts the number of Allocate/Update to HitMe Cache : Deallocate HitME$ on Reads without RspFwdI*",
|
||||
"EventCode": "0x61",
|
||||
"EventName": "UNC_CHA_HITME_UPDATE.DEALLOCATE",
|
||||
"PerPkg": "1",
|
||||
|
@ -14927,7 +14927,7 @@
|
|||
"EventCode": "0x0C",
|
||||
"EventName": "UNC_I_TxS_REQUEST_OCCUPANCY",
|
||||
"PerPkg": "1",
|
||||
"PublicDescription": "Outbound Request Queue Occupancy : Accumultes the number of outstanding outbound requests from the IRP to the switch (towards the devices). This can be used in conjuection with the allocations event in order to calculate average latency of outbound requests.",
|
||||
"PublicDescription": "Outbound Request Queue Occupancy : Accumulates the number of outstanding outbound requests from the IRP to the switch (towards the devices). This can be used in conjunction with the allocations event in order to calculate average latency of outbound requests.",
|
||||
"Unit": "IRP"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@ GenuineIntel-6-A[DE],v1.00,graniterapids,core
|
|||
GenuineIntel-6-(3C|45|46),v32,haswell,core
|
||||
GenuineIntel-6-3F,v26,haswellx,core
|
||||
GenuineIntel-6-(7D|7E|A7),v1.17,icelake,core
|
||||
GenuineIntel-6-6[AC],v1.17,icelakex,core
|
||||
GenuineIntel-6-6[AC],v1.18,icelakex,core
|
||||
GenuineIntel-6-3A,v23,ivybridge,core
|
||||
GenuineIntel-6-3E,v22,ivytown,core
|
||||
GenuineIntel-6-2D,v21,jaketown,core
|
||||
|
|
|
Loading…
Reference in New Issue