I'm using gprof to get a call graph.
Additionally I'd like to know the source filename for each function
called during execution.
When I used -L option, it provides the source filenames for some
functions, but for not all functions.
Would you please let me know why it happens and how I can get the
source filenames for all functions?
Thanks.