]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - scripts/bootgraph.pl
tracing/fastboot: fix initcalls disposition in bootgraph.pl
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 4 Oct 2008 19:35:48 +0000 (21:35 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:39:34 +0000 (10:39 +0200)
commit07d1890420cce95c577736e4d67f70cbd39845fe
treef27f65dc3f57a16bd22880254fe9c399e8a9da51
parent5c542368a3ded88bed98239fb3570dda416203ee
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.

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>
scripts/bootgraph.pl