On Fri, May 14, 2004 at 03:15:20PM -0700, Andrew Morton wrote: > would be better to do: > > find . -name '*.o' | xargs objdump -d | perl scripts/checkstack.pl i386 if you do '*.ko' you only look at the modules not the intermediate results (which duplicate the vmlinux twice, once for the .o, once for the built-in.o)