lkml.org 
[lkml]   [2018]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] Improved perf support for imx53/ppd
Date
Hi,

This improves perf on imx53 by adding support for enabling the Secure
Debug Enable Register (SDER) SUNIDEN bit. This unlocks new
functionality:

ppd before patchset# perf stat -e cycles,instructions sleep 1 2>&1 | grep instructions
0 instructions # 0.00 insn per cycle

ppd after patchset# perf stat -e cycles,instructions sleep 1 2>&1 | grep instructions
177864 instructions # 0.05 insn per cycle

-- Sebastian

Peter Senna Tschudin (2):
ARM: imx53: add SoC specific PMU setup
ARM: dts: imx53: PPD: Enable secure-reg-access

Sebastian Reichel (1):
drivers/perf: arm_pmu: Add platform hardware setup hooks.

arch/arm/boot/dts/imx53-ppd.dts | 6 ++++
arch/arm/mach-imx/mach-imx53.c | 68 +++++++++++++++++++++++++++++++++++++++++
drivers/perf/arm_pmu.c | 13 ++++++++
include/linux/perf/arm_pmu.h | 5 +++
4 files changed, 92 insertions(+)

--
2.15.1

\
 
 \ /
  Last update: 2018-01-18 18:45    [W:0.041 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site