xref: /freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/other.json (revision 18054d0220cfc8df9c9568c437bd6fbb59d53c3c)
192b14858SMatt Macy[
292b14858SMatt Macy    {
3*18054d02SAlexander Motin        "BriefDescription": "Cycles code-fetch stalled due to any reason.",
492b14858SMatt Macy        "Counter": "0,1",
5*18054d02SAlexander Motin        "EventCode": "0x86",
6*18054d02SAlexander Motin        "EventName": "FETCH_STALL.ALL",
7*18054d02SAlexander Motin        "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.",
892b14858SMatt Macy        "SampleAfterValue": "200003",
9*18054d02SAlexander Motin        "UMask": "0x3f"
1092b14858SMatt Macy    },
1192b14858SMatt Macy    {
12*18054d02SAlexander Motin        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
1392b14858SMatt Macy        "Counter": "0,1",
14*18054d02SAlexander Motin        "EventCode": "0x86",
15*18054d02SAlexander Motin        "EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
16*18054d02SAlexander Motin        "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.",
1792b14858SMatt Macy        "SampleAfterValue": "200003",
18*18054d02SAlexander Motin        "UMask": "0x2"
1992b14858SMatt Macy    }
2092b14858SMatt Macy]