Kcachegrind will use the default one objdump by default (to get asm code from ELF).
Is it possible to force Kcachegrind to use different objdump, e.g. /home/os_gx/local/bin/arm-linux/objdump?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have been trying to accomplish the same thing myself. I managed to do it in KCachegrind 0.4.6 by creating a symbolic link name objdump (pointing to the objdump you want to use) and then adding “.” to PATH. In the later versions of KCachegrind (the version that comes with 11.04 for instance), this just gives the program counter and jumps for some reason which is a bit of a shame.