It's sometimes useful to have the addresses for searching in a disassembly. Anyway, there's no reason to drop it. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- scripts/pretty_print_stacks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pretty_print_stacks.py b/scripts/pretty_print_stacks.py index ee5a52edf07cd..11090deb122b1 100755 --- a/scripts/pretty_print_stacks.py +++ b/scripts/pretty_print_stacks.py @@ -67,8 +67,9 @@ def main(): if line == '': break + puts(line) + if not line.strip().startswith('STACK:'): - puts(line) continue try: -- 2.4.11 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html