Skip to content

Commit 1b91a99

Browse files
captain5050acmel
authored andcommitted
perf vendor events intel: Refresh silvermont events
Update the silvermont events using the new tooling from: https://github.com/intel/perfmon The events are unchanged but unused json values are removed. This increases consistency across the json files. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Kan Liang <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Caleb Biggers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: John Garry <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Perry Taylor <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: Xing Zhengjun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 400dd48 commit 1b91a99

File tree

7 files changed

+0
-187
lines changed

7 files changed

+0
-187
lines changed

tools/perf/pmu-events/arch/x86/silvermont/cache.json

Lines changed: 0 additions & 133 deletions
Large diffs are not rendered by default.

tools/perf/pmu-events/arch/x86/silvermont/floating-point.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"BriefDescription": "Stalls due to FP assists",
4-
"Counter": "0,1",
54
"EventCode": "0xC3",
65
"EventName": "MACHINE_CLEARS.FP_ASSIST",
76
"PublicDescription": "This event counts the number of times that pipeline stalled due to FP operations needing assists.",

tools/perf/pmu-events/arch/x86/silvermont/frontend.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"BriefDescription": "Counts the number of baclears",
4-
"Counter": "0,1",
54
"EventCode": "0xE6",
65
"EventName": "BACLEARS.ALL",
76
"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end. The BACLEARS.ANY event counts the number of baclears for any type of branch.",
@@ -10,7 +9,6 @@
109
},
1110
{
1211
"BriefDescription": "Counts the number of JCC baclears",
13-
"Counter": "0,1",
1412
"EventCode": "0xE6",
1513
"EventName": "BACLEARS.COND",
1614
"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end. The BACLEARS.COND event counts the number of JCC (Jump on Condtional Code) baclears.",
@@ -19,7 +17,6 @@
1917
},
2018
{
2119
"BriefDescription": "Counts the number of RETURN baclears",
22-
"Counter": "0,1",
2320
"EventCode": "0xE6",
2421
"EventName": "BACLEARS.RETURN",
2522
"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end. The BACLEARS.RETURN event counts the number of RETURN baclears.",
@@ -28,7 +25,6 @@
2825
},
2926
{
3027
"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput due to wrong instruction length prediction",
31-
"Counter": "0,1",
3228
"EventCode": "0xE9",
3329
"EventName": "DECODE_RESTRICTION.PREDECODE_WRONG",
3430
"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughput due to wrong instruction length prediction.",
@@ -37,7 +33,6 @@
3733
},
3834
{
3935
"BriefDescription": "Instruction fetches",
40-
"Counter": "0,1",
4136
"EventCode": "0x80",
4237
"EventName": "ICACHE.ACCESSES",
4338
"PublicDescription": "This event counts all instruction fetches, not including most uncacheable\r\nfetches.",
@@ -46,7 +41,6 @@
4641
},
4742
{
4843
"BriefDescription": "Instruction fetches from Icache",
49-
"Counter": "0,1",
5044
"EventCode": "0x80",
5145
"EventName": "ICACHE.HIT",
5246
"PublicDescription": "This event counts all instruction fetches from the instruction cache.",
@@ -55,7 +49,6 @@
5549
},
5650
{
5751
"BriefDescription": "Icache miss",
58-
"Counter": "0,1",
5952
"EventCode": "0x80",
6053
"EventName": "ICACHE.MISSES",
6154
"PublicDescription": "This event counts all instruction fetches that miss the Instruction cache or produce memory requests. This includes uncacheable fetches. An instruction fetch miss is counted only once and not once for every cycle it is outstanding.",
@@ -64,7 +57,6 @@
6457
},
6558
{
6659
"BriefDescription": "Counts the number of times entered into a ucode flow in the FEC. Includes inserted flows due to front-end detected faults or assists. Speculative count.",
67-
"Counter": "0,1",
6860
"EventCode": "0xE7",
6961
"EventName": "MS_DECODED.MS_ENTRY",
7062
"PublicDescription": "Counts the number of times the MSROM starts a flow of UOPS. It does not count every time a UOP is read from the microcode ROM. The most common case that this counts is when a micro-coded instruction is encountered by the front end of the machine. Other cases include when an instruction encounters a fault, trap, or microcode assist of any sort. The event will count MSROM startups for UOPS that are speculative, and subsequently cleared by branch mispredict or machine clear. Background: UOPS are produced by two mechanisms. Either they are generated by hardware that decodes instructions into UOPS, or they are delivered by a ROM (called the MSROM) that holds UOPS associated with a specific instruction. MSROM UOPS might also be delivered in response to some condition such as a fault or other exceptional condition. This event is an excellent mechanism for detecting instructions that require the use of MSROM instructions.",

tools/perf/pmu-events/arch/x86/silvermont/memory.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"BriefDescription": "Stalls due to Memory ordering",
4-
"Counter": "0,1",
54
"EventCode": "0xC3",
65
"EventName": "MACHINE_CLEARS.MEMORY_ORDERING",
76
"PublicDescription": "This event counts the number of times that pipeline was cleared due to memory ordering issues.",

tools/perf/pmu-events/arch/x86/silvermont/other.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"BriefDescription": "Cycles code-fetch stalled due to any reason.",
4-
"Counter": "0,1",
54
"EventCode": "0x86",
65
"EventName": "FETCH_STALL.ALL",
76
"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.",
@@ -10,7 +9,6 @@
109
},
1110
{
1211
"BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
13-
"Counter": "0,1",
1412
"EventCode": "0x86",
1513
"EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
1614
"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.",

0 commit comments

Comments
 (0)