xref: /linux/tools/perf/pmu-events/arch/x86/clearwaterforest/frontend.json (revision 184e56e77c06a7eef68a021e9d4b11a11a8ab096)
1[
2    {
3        "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.",
4        "Counter": "0,1,2,3,4,5,6,7",
5        "EventCode": "0x80",
6        "EventName": "ICACHE.ACCESSES",
7        "SampleAfterValue": "1000003",
8        "UMask": "0x3"
9    },
10    {
11        "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. -",
12        "Counter": "0,1,2,3,4,5,6,7",
13        "EventCode": "0x80",
14        "EventName": "ICACHE.MISSES",
15        "SampleAfterValue": "1000003",
16        "UMask": "0x2"
17    }
18]
19