From: Sandeep Tripathy Date: Wed, 2 Jul 2014 09:30:58 +0000 (+0530) Subject: cpuidle: move idle traces to cpuidle_enter_state() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fe6884021b9fa0124609e898a6341be188eb44;p=pandora-kernel.git cpuidle: move idle traces to cpuidle_enter_state() idle_exit event is the first event after a core exits idle state. So this should be traced before local irq is ebabled. Likewise idle_entry is the last event before a core enters idle state. This will ease visualising the cpu idle state from kernel traces. Signed-off-by: Sandeep Tripathy Acked-by: Daniel Lezcano [rjw: Subject, rebase] Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed