X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fcheckstack.pl;h=340ad6920511aa08a52f5360c54836c682e2deed;hb=e6dd731c75cba986a485924f908e6e05b088ea9e;hp=c3b42f99df3ba1431c31a001703bf3fee7510d08;hpb=562d139cc587fc7f7fb8e07aad13cdd2a412c9a7;p=linux-2.6 diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index c3b42f99df..340ad69205 100755 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -2,7 +2,7 @@ # Check the stack usage of functions # -# Copyright Joern Engel +# Copyright Joern Engel # Inspired by Linus Torvalds # Original idea maybe from Keith Owens # s390 port and big speedup by Arnd Bergmann @@ -16,7 +16,7 @@ # PARISC port by Kyle McMartin # # Usage: -# objdump -d vmlinux | stackcheck.pl [arch] +# objdump -d vmlinux | scripts/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch)