Re: [PATCH v2 0/5] Re-write PPC64 PMU instruction count using TCG Ops

2022-01-03 Thread Daniel Henrique Barboza
On 1/3/22 03:46, Cédric Le Goater wrote: On 12/23/21 21:18, Daniel Henrique Barboza wrote: Hi, In this version the tedious repetition was taken away from the code by using a helper that increments the PMCs based on specified conditions. As far as Avocado test goes, the performance is the sa

Re: [PATCH v2 0/5] Re-write PPC64 PMU instruction count using TCG Ops

2022-01-02 Thread Cédric Le Goater
On 12/23/21 21:18, Daniel Henrique Barboza wrote: Hi, In this version the tedious repetition was taken away from the code by using a helper that increments the PMCs based on specified conditions. As far as Avocado test goes, the performance is the same as the previous version. All PMU-EBB kerne

[PATCH v2 0/5] Re-write PPC64 PMU instruction count using TCG Ops

2021-12-23 Thread Daniel Henrique Barboza
Hi, In this version the tedious repetition was taken away from the code by using a helper that increments the PMCs based on specified conditions. As far as Avocado test goes, the performance is the same as the previous version. All PMU-EBB kernel selftests are also passing. Basically we have the