xref: /linux/tools/perf/pmu-events/arch/x86/silvermont/other.json (revision d6053666ef2b6631ef8f265f49ff2cc0f4d45c50)
1[
2    {
3        "BriefDescription": "Cycles code-fetch stalled due to any reason.",
4        "EventCode": "0x86",
5        "EventName": "FETCH_STALL.ALL",
6        "PublicDescription": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes.  This will include cycles due to an ITLB miss, ICache miss and other events.",
7        "SampleAfterValue": "200003",
8        "UMask": "0x3f"
9    },
10    {
11        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
12        "EventCode": "0x86",
13        "EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
14        "PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ITLB miss.  Note: this event is not the same as page walk cycles to retrieve an instruction translation.",
15        "SampleAfterValue": "200003",
16        "UMask": "0x2"
17    }
18]
19