On Mon, Jul 01, 2013 at 11:43:03AM +0530, Anshuman Khandual wrote:
> powerpc, perf: Add generic cache reference and cache miss events for POWER8 
> PMU
> 
> This enables generic cache reference and cache miss events on POWER8 systems 
> by
> utilizing raw PMU event codes for L1 cache reference and L1 cache miss events
> respectively.
> 
> Signed-off-by: Anshuman Khandual <khand...@linux.vnet.ibm.com>
> 
> diff --git a/arch/powerpc/perf/power8-pmu.c b/arch/powerpc/perf/power8-pmu.c
> index f7d1c4f..5ccddac 100644
> --- a/arch/powerpc/perf/power8-pmu.c
> +++ b/arch/powerpc/perf/power8-pmu.c
> @@ -24,6 +24,8 @@
>  #define PM_INST_CMPL                 0x00002
>  #define PM_BRU_FIN                   0x10068
>  #define PM_BR_MPRED_CMPL             0x400f6
> +#define PM_LD_MISS_L1                        0x3E054
> +#define PM_LD_REF_L1                 0x100EE

Hi Anshuman,

Which system did you test this on and what results did you see?

cheers
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to