commit | 096b3224d5e7239ec3e5033bbc7612ac2d5dec3a | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Wed Sep 16 22:23:21 2015 +0800 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Oct 19 18:43:41 2015 +0100 |
tree | a18dafbef893697c88f27bac2a694a13d7e52488 | |
parent | 215399392fe40f33880ea9de49a1ed8ee26edd10 [diff] |
arm64: add cpu_idle tracepoints to arch_cpu_idle Currently, if cpuidle is disabled or not supported, powertop reports zero wakeups and zero events. This is due to the cpu_idle tracepoints are missing. This patch is to make cpu_idle tracepoints always available even if cpuidle is disabled or not supported. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>