Re: [PATCH v13 3/6] target/riscv: Add few cache related PMU events

2022-08-23 Thread Alistair Francis
On Wed, Aug 24, 2022 at 5:19 AM Atish Kumar Patra wrote: > > > > On Mon, Aug 22, 2022 at 5:38 PM Alistair Francis wrote: >> >> On Wed, Aug 17, 2022 at 9:24 AM Atish Patra wrote: >> > >> > From: Atish Patra >> > >> > Qemu can monitor the following cache related PMU events through >> > tlb_fill

Re: [PATCH v13 3/6] target/riscv: Add few cache related PMU events

2022-08-23 Thread Atish Kumar Patra
On Mon, Aug 22, 2022 at 5:38 PM Alistair Francis wrote: > On Wed, Aug 17, 2022 at 9:24 AM Atish Patra wrote: > > > > From: Atish Patra > > > > Qemu can monitor the following cache related PMU events through > > tlb_fill functions. > > > > 1. DTLB load/store miss > > 3. ITLB prefetch miss > > >

Re: [PATCH v13 3/6] target/riscv: Add few cache related PMU events

2022-08-22 Thread Alistair Francis
On Wed, Aug 17, 2022 at 9:24 AM Atish Patra wrote: > > From: Atish Patra > > Qemu can monitor the following cache related PMU events through > tlb_fill functions. > > 1. DTLB load/store miss > 3. ITLB prefetch miss > > Increment the PMU counter in tlb_fill function. > > Reviewed-by: Alistair

[PATCH v13 3/6] target/riscv: Add few cache related PMU events

2022-08-16 Thread Atish Patra
From: Atish Patra Qemu can monitor the following cache related PMU events through tlb_fill functions. 1. DTLB load/store miss 3. ITLB prefetch miss Increment the PMU counter in tlb_fill function. Reviewed-by: Alistair Francis Tested-by: Heiko Stuebner Signed-off-by: Atish Patra