mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 21:12:29 -04:00
Update the sandybridge metrics and events using the new tooling from: https://github.com/intel/perfmon The metrics are unchanged but the formulas differ due to parentheses, use of exponents and removal of redundant operations like "* 1". The events are unchanged but unused json values are removed. The formatting changes increase consistency across the json files. Signed-off-by: Ian Rogers <irogers@google.com> Acked-by: Kan Liang <kan.liang@linux.intel.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.g.garry@oracle.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20221215065510.1621979-15-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
118 lines
4.4 KiB
JSON
118 lines
4.4 KiB
JSON
[
|
|
{
|
|
"BriefDescription": "Load misses in all DTLB levels that cause page walks.",
|
|
"EventCode": "0x08",
|
|
"EventName": "DTLB_LOAD_MISSES.MISS_CAUSES_A_WALK",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x1"
|
|
},
|
|
{
|
|
"BriefDescription": "Load operations that miss the first DTLB level but hit the second and do not cause page walks.",
|
|
"EventCode": "0x08",
|
|
"EventName": "DTLB_LOAD_MISSES.STLB_HIT",
|
|
"PublicDescription": "This event counts load operations that miss the first DTLB level but hit the second and do not cause any page walks. The penalty in this case is approximately 7 cycles.",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x10"
|
|
},
|
|
{
|
|
"BriefDescription": "Load misses at all DTLB levels that cause completed page walks.",
|
|
"EventCode": "0x08",
|
|
"EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x2"
|
|
},
|
|
{
|
|
"BriefDescription": "Cycles when PMH is busy with page walks.",
|
|
"EventCode": "0x08",
|
|
"EventName": "DTLB_LOAD_MISSES.WALK_DURATION",
|
|
"PublicDescription": "This event counts cycles when the page miss handler (PMH) is servicing page walks caused by DTLB load misses.",
|
|
"SampleAfterValue": "2000003",
|
|
"UMask": "0x4"
|
|
},
|
|
{
|
|
"BriefDescription": "Store misses in all DTLB levels that cause page walks.",
|
|
"EventCode": "0x49",
|
|
"EventName": "DTLB_STORE_MISSES.MISS_CAUSES_A_WALK",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x1"
|
|
},
|
|
{
|
|
"BriefDescription": "Store operations that miss the first TLB level but hit the second and do not cause page walks.",
|
|
"EventCode": "0x49",
|
|
"EventName": "DTLB_STORE_MISSES.STLB_HIT",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x10"
|
|
},
|
|
{
|
|
"BriefDescription": "Store misses in all DTLB levels that cause completed page walks.",
|
|
"EventCode": "0x49",
|
|
"EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x2"
|
|
},
|
|
{
|
|
"BriefDescription": "Cycles when PMH is busy with page walks.",
|
|
"EventCode": "0x49",
|
|
"EventName": "DTLB_STORE_MISSES.WALK_DURATION",
|
|
"SampleAfterValue": "2000003",
|
|
"UMask": "0x4"
|
|
},
|
|
{
|
|
"BriefDescription": "Cycle count for an Extended Page table walk. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.",
|
|
"EventCode": "0x4F",
|
|
"EventName": "EPT.WALK_CYCLES",
|
|
"SampleAfterValue": "2000003",
|
|
"UMask": "0x10"
|
|
},
|
|
{
|
|
"BriefDescription": "Flushing of the Instruction TLB (ITLB) pages, includes 4k/2M/4M pages.",
|
|
"EventCode": "0xAE",
|
|
"EventName": "ITLB.ITLB_FLUSH",
|
|
"SampleAfterValue": "100007",
|
|
"UMask": "0x1"
|
|
},
|
|
{
|
|
"BriefDescription": "Misses at all ITLB levels that cause page walks.",
|
|
"EventCode": "0x85",
|
|
"EventName": "ITLB_MISSES.MISS_CAUSES_A_WALK",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x1"
|
|
},
|
|
{
|
|
"BriefDescription": "Operations that miss the first ITLB level but hit the second and do not cause any page walks.",
|
|
"EventCode": "0x85",
|
|
"EventName": "ITLB_MISSES.STLB_HIT",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x10"
|
|
},
|
|
{
|
|
"BriefDescription": "Misses in all ITLB levels that cause completed page walks.",
|
|
"EventCode": "0x85",
|
|
"EventName": "ITLB_MISSES.WALK_COMPLETED",
|
|
"SampleAfterValue": "100003",
|
|
"UMask": "0x2"
|
|
},
|
|
{
|
|
"BriefDescription": "Cycles when PMH is busy with page walks.",
|
|
"EventCode": "0x85",
|
|
"EventName": "ITLB_MISSES.WALK_DURATION",
|
|
"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks caused by ITLB misses.",
|
|
"SampleAfterValue": "2000003",
|
|
"UMask": "0x4"
|
|
},
|
|
{
|
|
"BriefDescription": "DTLB flush attempts of the thread-specific entries.",
|
|
"EventCode": "0xBD",
|
|
"EventName": "TLB_FLUSH.DTLB_THREAD",
|
|
"SampleAfterValue": "100007",
|
|
"UMask": "0x1"
|
|
},
|
|
{
|
|
"BriefDescription": "STLB flush attempts.",
|
|
"EventCode": "0xBD",
|
|
"EventName": "TLB_FLUSH.STLB_ANY",
|
|
"SampleAfterValue": "100007",
|
|
"UMask": "0x20"
|
|
}
|
|
]
|