summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/x86/sierraforest/frontend.json
blob: be8f1c7e195c0eefbfb7784d93dd0d14f624d4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
    {
        "BriefDescription": "Counts every time the code stream enters into a new cache line by walking sequential from the previous line or being redirected by a jump.",
        "EventCode": "0x80",
        "EventName": "ICACHE.ACCESSES",
        "SampleAfterValue": "200003",
        "UMask": "0x3"
    },
    {
        "BriefDescription": "Counts every time the code stream enters into a new cache line by walking sequential from the previous line or being redirected by a jump and the instruction cache registers bytes are not present. -",
        "EventCode": "0x80",
        "EventName": "ICACHE.MISSES",
        "SampleAfterValue": "200003",
        "UMask": "0x2"
    }
]