bootgraph: fix for use with dot symbols
authorMichael Neuling <mikey@neuling.org>
Sun, 15 Feb 2009 09:20:30 +0000 (10:20 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 15 Feb 2009 11:50:08 +0000 (12:50 +0100)
commit0bb98e231803860e978c302b9faccaf776881137
tree15306810ffa77bde4b561e855873d676d9b90625
parentfc370ecfdb37b853bd8e2118c7ad9f99fa9ac5cd
bootgraph: fix for use with dot symbols

powerpc has dot symbols, so the dmesg output looks like:

<4>[    0.327310] calling  .migration_init+0x0/0x9c @ 1
<4>[    0.327595] initcall .migration_init+0x0/0x9c returned 1 after 0 usecs

The below fixes bootgraph.pl so it handles this correctly.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/bootgraph.pl