xref: /freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/frontend.json (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1[
2    {
3        "BriefDescription": "Counts the number of times the front end resteers for any branch as a result of another branch handling mechanism in the front end.",
4        "Counter": "0,1",
5        "EventCode": "0xE6",
6        "EventName": "BACLEARS.ALL",
7        "SampleAfterValue": "200003",
8        "UMask": "0x1"
9    },
10    {
11        "BriefDescription": "Counts the number of times the front end resteers for conditional branches as a result of another branch handling mechanism in the front end.",
12        "Counter": "0,1",
13        "EventCode": "0xE6",
14        "EventName": "BACLEARS.COND",
15        "SampleAfterValue": "200003",
16        "UMask": "0x10"
17    },
18    {
19        "BriefDescription": "Counts the number of times the front end resteers for RET branches as a result of another branch handling mechanism in the front end.",
20        "Counter": "0,1",
21        "EventCode": "0xE6",
22        "EventName": "BACLEARS.RETURN",
23        "SampleAfterValue": "200003",
24        "UMask": "0x8"
25    },
26    {
27        "BriefDescription": "Counts all instruction fetches, including uncacheable fetches.",
28        "Counter": "0,1",
29        "EventCode": "0x80",
30        "EventName": "ICACHE.ACCESSES",
31        "SampleAfterValue": "200003",
32        "UMask": "0x3"
33    },
34    {
35        "BriefDescription": "Counts all instruction fetches that hit the instruction cache.",
36        "Counter": "0,1",
37        "EventCode": "0x80",
38        "EventName": "ICACHE.HIT",
39        "SampleAfterValue": "200003",
40        "UMask": "0x1"
41    },
42    {
43        "BriefDescription": "Counts all instruction fetches that miss the instruction cache or produce memory requests. An instruction fetch miss is counted only once and not once for every cycle it is outstanding.",
44        "Counter": "0,1",
45        "EventCode": "0x80",
46        "EventName": "ICACHE.MISSES",
47        "SampleAfterValue": "200003",
48        "UMask": "0x2"
49    },
50    {
51        "BriefDescription": "Counts the number of times the MSROM starts a flow of uops.",
52        "Counter": "0,1",
53        "EventCode": "0xE7",
54        "EventName": "MS_DECODED.MS_ENTRY",
55        "SampleAfterValue": "200003",
56        "UMask": "0x1"
57    }
58]