OSDN Git Service

powerpc/perf: Add e6500 PMU driver
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Wed, 5 Jun 2013 20:22:10 +0000 (15:22 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 7 Aug 2013 23:38:04 +0000 (18:38 -0500)
commit3c83658ca989962eed6cd6639ff6c5eeb1ba1e3c
tree97cb1fd57393a56d5b28c73009999cfdad567f18
parent5815c434fdb87b9e2f7d2268d29534e8b0011439
powerpc/perf: Add e6500 PMU driver

e6500 core performance monitors has the following features:
- 6 performance monitor counters
- 512 events supported
- no threshold events

e6500 PMU has more specific events (Data L1 cache misses, Instruction L1
cache misses, etc ) than e500 PMU (which only had Data L1 cache reloads,
etc). Where available, the more specific events have been used which will
produce slightly different results than e500 PMU equivalents.

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/include/asm/reg_fsl_emb.h
arch/powerpc/perf/Makefile
arch/powerpc/perf/e6500-pmu.c [new file with mode: 0644]