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

Installing sampling driver for Vtune profiler

preeth
Novice
863 Views

I was able to build the drivers by running ./build-driver -ni -pu as mentioned in Build and Install the Sampling Drivers for Linux* Targets (intel.com).

 

When I try to install them using /insmod-sep -r I get,

the following ouput:

 

grep: /usr/lib/os-release: No such file or directory
PYTHON is set to python

Warning: the following driver(s) were not found loaded in the kernel: sep5.

Warning: no vtsspp driver was found loaded in the kernel.

Warning: no socwatch driver was found loaded in the kernel.


Warning: the following driver(s) were not found loaded in the kernel: socperf3.


The PAX service is not loaded anymore.

ERROR: sep5 driver "sep5-x32_64-5.3.18-57-defaultsmp.ko"
was not found in directory "." !

This means you may need to build sep5 driver from the provided
driver sources. Please see the driver README for instructions.

Note: Ensure that the driver is built for kernel version 5.3.18-57-default

 

 

 ------------------------------------------------------------------------------

 

I am trying to run memory access in VTune, Is there any other way other than installing sampling driver? If I have to install how do I go about it?

 

 

thanks

Labels (1)
0 Kudos
1 Reply
yuzhang3_intel
Moderator
823 Views

VTune supports both driver-based sampling and driverless collection,  the driverless functionality has some limitations below:

https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2024-2/profiling-hardware-without-sampling-drivers.html

 

Did you check if there is the driver of sep5-x32_64-5.3.18-57-defaultsmp.ko in your local path?

ERROR: sep5 driver "sep5-x32_64-5.3.18-57-defaultsmp.ko"
was not found in directory "." !

0 Kudos
Reply