]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit40f320999fdb1c018cf0b3639a255af11f64377b
tree97cb1fd57393a56d5b28c73009999cfdad567f18
parent169e8eebfe4d65409ce36ac8ea6ee996ec3cba96
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]