xref: /linux/tools/perf/pmu-events/arch/x86/grandridge/virtual-memory.json (revision 34dc1baba215b826e454b8d19e4f24adbeb7d00d)
1[
2    {
3        "BriefDescription": "Counts the number of page walks completed due to load DTLB misses to a 1G page.",
4        "EventCode": "0x08",
5        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
6        "SampleAfterValue": "1000003",
7        "UMask": "0xe"
8    },
9    {
10        "BriefDescription": "Counts the number of page walks completed due to store DTLB misses to a 1G page.",
11        "EventCode": "0x49",
12        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
13        "SampleAfterValue": "1000003",
14        "UMask": "0xe"
15    },
16    {
17        "BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to any page size.",
18        "EventCode": "0x85",
19        "EventName": "ITLB_MISSES.WALK_COMPLETED",
20        "PublicDescription": "Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to any page size.  Includes page walks that page fault.",
21        "SampleAfterValue": "200003",
22        "UMask": "0xe"
23    }
24]
25