Re: [PATCH RFC 05/10] target/riscv: Rename the PMU events

2024-10-11 Thread Atish Kumar Patra
On Thu, Oct 10, 2024 at 5:10 AM Alexei Filippov wrote: > > > > On 10.10.2024 02:09, Atish Patra wrote: > > The current PMU events are defined by SBI PMU > > specification. As there is no standard event encoding > > scheme, Virt machine chooses to use the SBI PMU encoding. > > A platform may choos

Re: [PATCH RFC 05/10] target/riscv: Rename the PMU events

2024-10-10 Thread Alexei Filippov
On 10.10.2024 02:09, Atish Patra wrote: The current PMU events are defined by SBI PMU specification. As there is no standard event encoding scheme, Virt machine chooses to use the SBI PMU encoding. A platform may choose to implement a different event encoding scheme completely. Rename the ev

[PATCH RFC 05/10] target/riscv: Rename the PMU events

2024-10-09 Thread Atish Patra
The current PMU events are defined by SBI PMU specification. As there is no standard event encoding scheme, Virt machine chooses to use the SBI PMU encoding. A platform may choose to implement a different event encoding scheme completely. Rename the event names to reflect the reality. No functio