From: Arjan van de Ven Date: Sun, 13 Dec 2009 19:29:01 +0000 (+0100) Subject: PM: Add initcall_debug style timing for suspend/resume X-Git-Tag: v2.6.33-rc1~50^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2511774863487e61b56a97da07ebf8dd61d7836;p=pandora-kernel.git PM: Add initcall_debug style timing for suspend/resume In order to diagnose overall suspend/resume times, we need basic instrumentation to break down the total time into per device timing, similar to initcall_debug. This patch adds the basic timing instrumentation, needed for a scritps/bootgraph.pl equivalent or humans. The bootgraph.pl program is still a work in progress, but is far enough along to know that this patch is sufficient. Signed-off-by: Arjan van de Ven Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed