[Ilugc] [Tip] Want to find out what functions a program calls?

  • From: sivakumar@xxxxxxxxxx (sivakumar)
  • Date: Tue Aug 3 11:47:52 2010


Ex2:
Try this with "test.c"

        $ strace  ./test




Also you can use -p <pid> option to attach to running process

Other related posts: