Skip to content

Commit 56f3a1c

Browse files
HenryBurnsacmel
authored andcommitted
perf vendor events amd: Remove trailing commas
The amdzen2/core.json and amdzen/core.json vendor events files have the occasional trailing comma. Since that goes against the JSON standard, lets remove it. Signed-off-by: Henry Burns <[email protected]> Acked-by: Kim Phillips <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Vijay Thakkar <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 880a784 commit 56f3a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/perf/pmu-events/arch/x86/amdzen1/core.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{
6262
"EventName": "ex_ret_brn_ind_misp",
6363
"EventCode": "0xca",
64-
"BriefDescription": "Retired Indirect Branch Instructions Mispredicted.",
64+
"BriefDescription": "Retired Indirect Branch Instructions Mispredicted."
6565
},
6666
{
6767
"EventName": "ex_ret_mmx_fp_instr.sse_instr",

tools/perf/pmu-events/arch/x86/amdzen2/core.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
{
126126
"EventName": "ex_ret_fus_brnch_inst",
127127
"EventCode": "0x1d0",
128-
"BriefDescription": "Retired Fused Instructions. The number of fuse-branch instructions retired per cycle. The number of events logged per cycle can vary from 0-8.",
128+
"BriefDescription": "Retired Fused Instructions. The number of fuse-branch instructions retired per cycle. The number of events logged per cycle can vary from 0-8."
129129
}
130130
]

0 commit comments

Comments
 (0)