I'm attempting to profile an application on our am335x board, based on SDK 5.04.01.00. I compile and link (via gcc) using -pg option. I run the application, but no profiling output is generated. I have the application exit normally to ensure that profiling output can be generated. The gprof command is available on the system by default, so I assumed this style of profiling would work. What am I missing?