aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/x86/knightslanding/virtual-memory.json
blob: 9be30a33b43b953a2e8bd5ecb33ab2d2c52ff61f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
    {
        "BriefDescription": "Counts the number of load micro-ops retired that cause a DTLB miss (Precise Event)",
        "Data_LA": "1",
        "EventCode": "0x04",
        "EventName": "MEM_UOPS_RETIRED.DTLB_MISS_LOADS",
        "PEBS": "1",
        "SampleAfterValue": "200003",
        "UMask": "0x8"
    },
    {
        "BriefDescription": "Counts the total number of core cycles for all the page walks. The cycles for page walks started in speculative path will also be included.",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.CYCLES",
        "PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) page walk is in progress.",
        "SampleAfterValue": "200003",
        "UMask": "0x3"
    },
    {
        "BriefDescription": "Counts the total number of core cycles for all the D-side page walks. The cycles for page walks started in speculative path will also be included.",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.D_SIDE_CYCLES",
        "SampleAfterValue": "200003",
        "UMask": "0x1"
    },
    {
        "BriefDescription": "Counts the total D-side page walks that are completed or started. The page walks started in the speculative path will also be counted",
        "EdgeDetect": "1",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.D_SIDE_WALKS",
        "SampleAfterValue": "100003",
        "UMask": "0x1"
    },
    {
        "BriefDescription": "Counts the total number of core cycles for all the I-side page walks. The cycles for page walks started in speculative path will also be included.",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.I_SIDE_CYCLES",
        "PublicDescription": "This event counts every cycle when an I-side (walks due to an instruction fetch) page walk is in progress.",
        "SampleAfterValue": "200003",
        "UMask": "0x2"
    },
    {
        "BriefDescription": "Counts the total I-side page walks that are completed.",
        "EdgeDetect": "1",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.I_SIDE_WALKS",
        "SampleAfterValue": "100003",
        "UMask": "0x2"
    },
    {
        "BriefDescription": "Counts the total page walks that are completed (I-side and D-side)",
        "EdgeDetect": "1",
        "EventCode": "0x05",
        "EventName": "PAGE_WALKS.WALKS",
        "SampleAfterValue": "100003",
        "UMask": "0x3"
    }
]