I am using the following AMDProfCLI command to do a time-based profiling of my program.
AMDuProfCLI collect --config tbp --mpi -o cpuprof $PROGRAM
The resulting profile data does not contain information on the number of times a function (function count) is called. I also looked into the user documentation and found that there are two options --funccount-interval and --show-event-count to show the number of events. I used these to generate a report but did not find the individual function counts for each function. Could anyone please let me know what command/option I should use to get this function count?