Home
last modified time | relevance | path

Searched hist:"06 d1cd267ca0a2a76beb9a762465572dd3d0cce6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dbootgraph.pldiff 06d1cd267ca0a2a76beb9a762465572dd3d0cce6 Tue Oct 14 08:19:15 CDT 2008 Alan Jenkins <alan-jenkins@tuffmail.co.uk> tracing/fastboot: fix row order in bootgraph.pl

When bootgraph.pl parses a file, it gives one row for each initcall's
pid. But they are displayed in random (perl hash) order. Let's
sort the pids by the start time of their first initcall instead.

This helps trace module initcalls, where each has a separate pid.
bootgraph.pl will show module initcalls during the initramfs; it may
also be adapted to show subsequent module initcalls.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Acked-by: Frédéric Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>