Re: [RFC PATCH v2 2/6] aarch64: Enable dumping of AArch64 CPU tuning parameters to JSON

2025-07-22 Thread Andrew Pinski
On Tue, Jul 22, 2025 at 12:50 PM Andrew Pinski wrote: > > On Thu, Jul 17, 2025 at 10:35 PM wrote: > > > > From: Soumya AR > > > > This patch adds functionality to dump AArch64 CPU tuning parameters to a > > JSON > > file. The new '-fdump-tuning-model=' flag allows users to export the current >

Re: [RFC PATCH v2 2/6] aarch64: Enable dumping of AArch64 CPU tuning parameters to JSON

2025-07-22 Thread Andrew Pinski
On Thu, Jul 17, 2025 at 10:35 PM wrote: > > From: Soumya AR > > This patch adds functionality to dump AArch64 CPU tuning parameters to a JSON > file. The new '-fdump-tuning-model=' flag allows users to export the current > tuning model configuration to a JSON file. > > This patch was bootstrapped

[RFC PATCH v2 2/6] aarch64: Enable dumping of AArch64 CPU tuning parameters to JSON

2025-07-17 Thread soumyaa
From: Soumya AR This patch adds functionality to dump AArch64 CPU tuning parameters to a JSON file. The new '-fdump-tuning-model=' flag allows users to export the current tuning model configuration to a JSON file. This patch was bootstrapped and regtested on aarch64-linux-gnu, no regression. Si