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

Error in vtune profiler hotspots(Hardware event-based sampling)

Impossilbe
Beginner
1,315 Views

When testing the program on hardware event-based sampling, I got an error message

Impossilbe_0-1698545134630.png

 

Is there any solution to solve these errors? Thanks in advance.

Below is my device information :

Ubuntu 20.04.6 LTS
Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

0 Kudos
4 Replies
JaideepK_Intel
Moderator
1,255 Views

Hi,

 

Thank you for posting in intel communities.

 

Could you please follow the below steps?

  1. Run terminal as root/sudo user.
  2. Check whether all the drivers are loaded properly or not with the below command.

 

sudo <oneapi_install_directory>/vtune/latest/sepdk/src/insmod-sep -q

 

example:

 

/opt/intel/oneapi/vtune/latest/sepdk/src/insmod-sep -q

 

If all the drivers are not loaded properly, please run the below command:

 

sudo <oneapi_install_directory>/vtune/latest/sepdk/src/build-driver

 

(eg:/opt/intel/oneapi/vtune/latest/sepdk/src/build-driver)

 

In order to verify all the analyses are working fine, we need to run the self-check file:

 

sh <oneapi_install_directory>/vtune/latest/bin64/vtune-self-checker.sh

 

(eg: sh /opt/intel/oneapi/vtune/latest/bin64/vtune-self-checker.sh)

      3. Please let us know you are getting same error with default matrix sample (loaction: /opt/intel/oneapi/vtune/latest/samples/en/C++/matrix/matrix)

      4. If everything works fine, please share a sample reproducer (a replica of your sample) so we can debug further.

 

Thanks,

Jaideep

 

0 Kudos
JaideepK_Intel
Moderator
1,132 Views

Hi,


I hope you are doing well.


Could you please share the details that are mentioned above?


Thanks,

Jaideep


0 Kudos
JaideepK_Intel
Moderator
1,036 Views

Hi,


Could you please share the details that are mentioned above?


Thanks,

Jaideep


0 Kudos
JaideepK_Intel
Moderator
913 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks,

Jaideep



0 Kudos
Reply