Without modifying the source code, how can i trace which functions are called and with what parameters, when some function(say func100 in the following example) is in
If you were on linux, callgrind might help. It basically collects statistics of what you're looking for, so, it might provide a way to access its raw data.