xref: /linux/tools/perf/pmu-events/arch/x86/silvermont/other.json (revision ebf68996de0ab250c5d520eb2291ab65643e9a1e)
1[
2    {
3        "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.",
4        "EventCode": "0x86",
5        "Counter": "0,1",
6        "UMask": "0x2",
7        "EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
8        "SampleAfterValue": "200003",
9        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss."
10    },
11    {
12        "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.",
13        "EventCode": "0x86",
14        "Counter": "0,1",
15        "UMask": "0x3f",
16        "EventName": "FETCH_STALL.ALL",
17        "SampleAfterValue": "200003",
18        "BriefDescription": "Cycles code-fetch stalled due to any reason."
19    }
20]