|
From: PRASHANT P. <PRA...@ad...> - 2016-04-06 12:09:23
|
Hello All,
I would like to use "valgrind -tool=callgrind <executive name>" in "execlp()" system call as below. Is it possible ?
For me, valgrind is not invoking up.
execlp("/usr/local/pmas/bin/pma", "valgrind --tool=callgrind pma", "-n", option_pma_name, NULL);
Is it any other way to do it ?
Thanks,
Prashant
|