From: Frederic Weisbecker Date: Sat, 4 Oct 2008 19:35:48 +0000 (+0200) Subject: tracing/fastboot: fix initcalls disposition in bootgraph.pl X-Git-Tag: v2.6.28-rc1~78^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc7a01aad195708fc943d9446411d11e3547784;p=pandora-kernel.git tracing/fastboot: fix initcalls disposition in bootgraph.pl When bootgraph.pl parses a file, it gives one row for each initcall's pid. But only few of them will be displayed => the longest. This patch corrects it by giving only a rows for pids which have initcalls that will be displayed. [ mingo@elte.hu: resolved conflicts ] Signed-off-by: Frederic Weisbecker Acked-by: Arjan van de Ven Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed