help needed

hey , i am using Google performance tool kit to know the memory usage but on running PPROF following error is coming -

pprof --text ./cvtengine heapprofile.log.0001.heap
Using local file ./cvtengine.
Using local file heapprofile.log.0001.heap.
Can't exec "objdump": No such file or directory at /usr/local/bin/pprof line 4216, <PROFILE> line 431.
objdump -h /lib/amd64/libuutil.so.1: No such file or directory

how to resolve this issue

Thanks in advance
Can't exec "objdump": No such file or directory at /usr/local/bin/pprof line 4216, <PROFILE> line 431.
Maybe it can't objdump (from binutils).
http://en.wikipedia.org/wiki/Objdump

how to resolve this issue
Install binutils
Topic archived. No new replies allowed.