Thanks for the reply.
The format to find the hotspots through CLI accprding to help is
$amplxe-cl -collect hotspots a.out
I am using a shell script "main.sh" that in turn has a collection of executables inside.
example: $amplxe-cl -collect hotspots /home/../main.sh
I am seeing this problem only with the reports generated out of hotspots collection of above method.
Whereas, when I use the executable name as a stand alone, for ex.
$amplxe-cl -collect hotspots /home/../ ,I am able to see functions inside the Module/Executable.
I had a similar problem with Inspector XE but used the "-executable-of-interest" option that helped me solve the issue.
Thanks,
Santosh