Whamcloud - gitweb
Script to grab asm output and look for heavy stack (ab)users.
authoradilger <adilger>
Wed, 12 Mar 2003 00:58:12 +0000 (00:58 +0000)
committeradilger <adilger>
Wed, 12 Mar 2003 00:58:12 +0000 (00:58 +0000)
commit1e482f0862892397ece890290cc479fbe9ed3e21
tree6fb69298b118fc0a4f6a080b6cc23e1c9d096675
parent2e8153777ef46cdca3dfff4deb044d2ccfd03f60
Script to grab asm output and look for heavy stack (ab)users.
Could be improved a bit by having it take a list of files as args and
running objdump and then preceding each line with the filename, so we can
run it on modules more easily than having a shell script call a perl script...
lustre/tests/checkstack.pl [new file with mode: 0644]