xref: /openbmc/linux/tools/perf/pmu-events/arch/x86/sierraforest/frontend.json (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1*98806c08SIan Rogers[
2*98806c08SIan Rogers    {
3*98806c08SIan 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*98806c08SIan Rogers        "EventCode": "0x80",
5*98806c08SIan Rogers        "EventName": "ICACHE.ACCESSES",
6*98806c08SIan Rogers        "SampleAfterValue": "200003",
7*98806c08SIan Rogers        "UMask": "0x3"
8*98806c08SIan Rogers    },
9*98806c08SIan Rogers    {
10*98806c08SIan 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. -",
11*98806c08SIan Rogers        "EventCode": "0x80",
12*98806c08SIan Rogers        "EventName": "ICACHE.MISSES",
13*98806c08SIan Rogers        "SampleAfterValue": "200003",
14*98806c08SIan Rogers        "UMask": "0x2"
15*98806c08SIan Rogers    }
16*98806c08SIan Rogers]
17