The valgrind package is supposed to contain callgrind, a profiling tool:
I installed and used this a long while ago. Today I wanted to run it as usual and got:Code:$ apt-cache search callgrind valgrind - memory debugger and profiler
Since I already have callgrind.out files all over my test directories, I know that this once worked. Checking the package:Code:valgrind --tool callgrind [...] valgrind: callgrind: command not found
Code:$ dpkg -L valgrind | grep bin /usr/bin/valgrind /usr/bin/vgdb /usr/bin/cg_merge /usr/bin/cg_annotate /usr/bin/cg_diff /usr/bin/callgrind_annotate /usr/bin/callgrind_control /usr/bin/ms_print /usr/bin/valgrind-listener /usr/bin/valgrind.binNope, nothing useful. I keep my system fairly recent, but don't check every single update. Some package upgrade might have removed it. I already removed/reinstalled the package. No help.Code:$ dpkg -L valgrind | grep callgrind /usr/bin/callgrind_annotate /usr/bin/callgrind_control /usr/lib/valgrind/callgrind-x86-linux /usr/share/man/man1/callgrind_annotate.1.gz /usr/share/man/man1/callgrind_control.1.gz /usr/include/valgrind/callgrind.h
Does anyone have a clue what happened to callgrind?
Thanks!
Repost from here, wrong subforum - could somebody please kill the other one?



Adv Reply

Bookmarks