Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5247 討論

How to know the exact name of the function displayed in vtune?

xulei_ict
初學者
1,247 檢視

I am using vtune to count the time, but it function notation is func@0x?????. But I'm not sure exactly which part of the code this function refers to. How can I get the stats to show readable function names. These functions should belong to some dynamic library.

0 積分
3 回應
RemyaP_Intel
員工
1,220 檢視

Hi,


Thank you for posting in Intel Communities.


If the VTune Profiler does not find debug information for the binaries, it statically identifies function boundaries and assigns hotspot addresses to generate pseudo names func@address for such functions


To view the CPU time, click on each line under the tab “Sync Object/function/Call Stack”

On the right side of the page,> under "Call Stacks" > double click on the .c file if present.


A new tab will open, which contains the source and assembly. Here, you can find the CPU time utilization wrt the source line.

Note: Line of code that takes negligible time for execution won’t be displayed.



Regards,

Remya Premdas


RemyaP_Intel
員工
1,188 檢視

Hi,


We haven't received any update. Did your issue got resolved?


Regards,

Remya


RemyaP_Intel
員工
1,166 檢視

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Remya Premdas


回覆