From: Frederic Weisbecker Date: Thu, 2 Oct 2008 11:26:05 +0000 (+0200) Subject: tracing/fastboot: get the initcall name before it disappears X-Git-Tag: v2.6.28-rc1~78^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5601020feb0c3010e9e3e0131e9697ac6a06777b;p=pandora-kernel.git tracing/fastboot: get the initcall name before it disappears After some initcall traces, some initcall names may be inconsistent. That's because these functions will disappear from the .init section and also their name from the symbols table. So we have to copy the name of the function in a buffer large enough during the trace appending. It is not costly for the ring_buffer because the number of initcall entries is commonly not really large. Signed-off-by: Frederic Weisbecker Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed