Re: [PATCH 4/4] perf: Add power8 PMU events in JSON format
From: Andi Kleen <hidden>
Date: 2015-05-27 14:41:38
Also in:
lkml
From: Andi Kleen <hidden>
Date: 2015-05-27 14:41:38
Also in:
lkml
quoted
+ { + "EventCode": "0x2505e", + "EventName": "PM_BACK_BR_CMPL", + "BriefDescription": "Branch instruction completed with a target address less than current instruction address,", + "PublicDescription": "Branch instruction completed with a target address less than current instruction address.,"Can't we remove PublicDescription field if it's identical to BriefDescription? It seems just wasting spaces..
It's not always identical. There are events where PublicDescription is much longer (several paragraphs) -Andi -- ak@linux.intel.com -- Speaking for myself only