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

vtune get no result with unlimited stack size

roch
Beginner
618 Views

vtune:2023.0.0

sys:centos 9.0

command:

vtune -collect hotspots -knob sampling-mode=hw -knob enable-stack-collection -knob stack-size=0 (programe)

vtune sepdk driver installed.

Labels (1)
0 Kudos
3 Replies
DiyaN_Intel
Moderator
591 Views

Hi,

 

Thanks for posting in Intel Communities.

There seems to be a small error in the command that you are using to perform the analysis.

The correct format for specifying the knobs along with the remaining VTune command is:

 

-knob KnobName=KnobValue

 

The corrected command is :

 

vtune -collect hotspots -knob sampling-mode=hw -knob enable-stack-collection=true -knob stack-size=0 (program)

 

DiyaN_Intel_0-1677167817314.png

Please do note that the knob stack-size=0 is not required for the command since by default VTune is designed to use unlimited stack size.

 

Refer: https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/command-line-interface-reference/stack-size.html

 

If this resolves your issue, make sure to accept this as a solution.

This would help others with similar issue. Thank you!

 

Thanks and Regards,

Diya

 

0 Kudos
DiyaN_Intel
Moderator
537 Views

Hi, 


Good day to you.


We have not heard back from you.


Is your issue resolved with the above solution?


If this resolves your issue, make sure to accept this as a solution. 


This would help others with similar issue. Thank you!


Thanks and Regards, 

Diya



0 Kudos
DiyaN_Intel
Moderator
494 Views

Hi,

 

Good day to you.

 

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.

 

Thanks and Regards,

Diya Nandy


0 Kudos
Reply