To Whom it may concern,

is it possible to detect all calls of some specific function in the code 
with Callgrind?

Let's say I have some project and I know, that there's function SparseSolver
() used several times and I need to know where specifically (caller 
function/file + line number, so I'd be able to find calls in the source 
code). 

Is it possible to find this out with Callgrind? I know about CScope, which 
has this functionality (http://stackoverflow.com/questions/36178082/use-
cscope-to-find-function-calls-not-definitions-c-c), but it's just for C and 
I need to look in C++ and Fortran too.


Thank you very much for your response.

Best regards,
Martin Beseda
------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to