commit | ddc7a01aad195708fc943d9446411d11e3547784 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sat Oct 04 21:35:48 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:39:24 2008 +0200 |
tree | e7b0343c8e11a06f7c90cda21bcf038a1be34941 | |
parent | 8a5d900cca57115326bc5b9e7f3bac980986c2c8 [diff] |
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 <fweisbec@gmail.com> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>