RE: [PATCH v2 3/3] perf vendor events: Add Fujitsu A64FX V1.2 pmu event
From: nakamura.shun@fujitsu.com <hidden>
Date: 2021-01-22 08:49:24
Also in:
lkml
Hi John
I think that we need to the same here as the IMPDEF recommended events - add a common JSON to reduce the duplication. I had done work on this for current CPUs, but never got it finished. Let me check the status.
If you let me know the result, I will resend the patch according to the policy. Best Regards
-----Original Message----- From: John Garry <redacted> Sent: Friday, January 22, 2021 2:41 AM To: Nakamura, Shunsuke/中村 俊介 <redacted> Cc: will@kernel.org; mathieu.poirier@linaro.org; leo.yan@linaro.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] perf vendor events: Add Fujitsu A64FX V1.2 pmu event On 21/01/2021 10:54, Shunsuke Nakamura wrote:quoted
+ { + "PublicDescription": "This event counts each correction to the predictedprogram flow that occurs because of a misprediction from, or no prediction from, the branch prediction resources and that relates to instructions that the branch prediction resources are capable of predicting.",quoted
+ "EventCode": "0x10", + "EventName": "BR_MIS_PRED",I think that we need to the same here as the IMPDEF recommended events - add a common JSON to reduce the duplication. I had done work on this for current CPUs, but never got it finished. Let me check the status. Cheers, John Ps, arm have put JSONs here for their cores: https://github.com/ARM-software/data/tree/master/pmu But unfortunately the schema does not suit perf. I raised an issue, but no response. I'm just wondering if you hand copied the JSON data.quoted
+ "BriefDescription": "This event counts each correction to the predictedprogram flow that occurs because of a misprediction from, or no prediction from, the branch prediction resources and that relates to instructions that the branch prediction resources are capable of predicting."quoted
+ },
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel