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 <henrywolfeburns@gmail.com> Acked-by: Kim Phillips <kim.phillips@amd.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Vijay Thakkar <vijaythakkar@me.com> Link: http://lore.kernel.org/lkml/20200915004125.971-1-henrywolfeburns@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)