I am interested in finding out the exact functions that were executed from the main() until the program terminated in the same order they were called and also identify the lines in those functions that were executed in the same order in which they were executed..
so much like a path, from a start node (main function) to an end node (program termination). Is this something that is possible in gcop or gprof?
Thanks