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