1

Is there a way to list all the functions called while executing a program in chronological order? Using the chronological list of invoked functions, order file can be generated. I can do this with program instrumentation (-finstrument-function-entry-bare) but that is too heavy for my use case. Are there tracing tools that can help with this on linux machines? I know dtrace has some capabilities but that is available on Mac OS only AFAICT.

A. K.
  • 34,395
  • 15
  • 52
  • 89

0 Answers0