Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

How to report the result with assembly ?

lokinli
Beginner
491 Views

Hi ,When I use the microarchitecture analysis in the command line command to collect data, I can't get the result of the assembly instruction using the report command.

Details as follows:

  • The command to collect is as follows:

vtune -collect uarch-exploration -result-dir=/home/ningli/code/data/ -app-working-dir /home/ningli/cpu2017/bin  -- /home/ningli/cpu2017/bin/runcpu --config=ning-try-base.cfg --tune=base --iterations=1 --size=test 519.lbm_r

  • The resulting export command is as follows:

vtune -report hotspots -r /home/ningli/intel/vtune/projects/cpu2017_base_int_thread_1/r000ue -source-object function=S_regmatch -group-by=basic-block,address -column=block,source,function,instructions,assembly,cpi,address -source-search-dir=/home/ningli/cpu2017/benchspec/CPU/600.perlbench_s/build/ -report-knob show-issues=true -report-output /home/ningli/code/sole_system_x86_code/newResult/test/tset2.csv -format csv -csv-delimiter ,

 

I got the following error:

vtune: Executing actions 75 % Generating a report
vtune: Error: Source / assembly code for the selected object is not available.
vtune: Error: An internal error has occurred. Our apologies for this inconvenience. Please gather a description of the steps leading up to the problem and contact the Intel customer support team.


vtune: Executing actions 100 % done
vtune: Error: 0x40000023 (User input error)

 

But I have specified the path to the binary code, and the export command is entered according to the VTune user guide.

 

What should I do to get the following result with assembly code?

 

This is the result I want to get:

lokinli_1-1647077713141.png

 

 

 

0 Kudos
1 Reply
Rahila_T_Intel
Moderator
418 Views

Hi,


Since this is a duplicate thread of https://community.intel.com/t5/Analyzers/How-to-use-vtune-report-the-result-with-assembly/m-p/1368196#M21963 , we will no longer monitor this thread.We will continue addressing this issue in the other thread. 


Thanks


0 Kudos
Reply