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

OneAPI beta03 VTune vtsspp driver failed to be loaded

Tse__Amon
Beginner
1,053 Views

Hello,

During installation of OneAPI beta03 on Ubuntu 18.04, I encountered the failure of loading of vtsspp driver.

I attempted to recompile the vtune drivers. Although the modules has been recompiled successfully, but the problem cannot be solved. The output of running ismod-sep is given as below:

$ sudo ./insmod-sep 
Checking for PMU arbitration service (PAX) ... not detected.
Attempting to start PAX service ...
Executing: insmod ./pax/pax-x32_64-5.0.0-37-genericsmp.ko
Setting group ownership of devices to group "vtune" ... done.
Setting file permissions on devices to "660" ... done.
The pax driver has been successfully loaded.
PAX service has been started.
Checking for socperf driver ... not detected.
Executing: insmod ./socperf/src/socperf3-x32_64-5.0.0-37-genericsmp.ko
Setting group ownership of devices to group "vtune" ... done.
Setting file permissions on devices to "660" ... done.
The socperf3 driver has been successfully loaded.
Executing: insmod ./sep5-x32_64-5.0.0-37-genericsmp.ko
Setting group ownership of devices to group "vtune" ... done.
Setting file permissions on devices to "660" ... done.
The sep5 driver has been successfully loaded.
Checking for vtsspp driver ... not detected.
Executing: insmod ./vtsspp/vtsspp-x32_64-5.0.0-37-genericsmp.ko gid=1001 mode=0660
insmod: ERROR: could not insert module ./vtsspp/vtsspp-x32_64-5.0.0-37-genericsmp.ko: Argument list too long

Error:  vtsspp driver failed to load!

You may need to build vtsspp driver for your kernel.
Please see the vtsspp driver README for instructions.

Checking for socwatch driver ... not detected.
Executing: insmod ./socwatch/drivers/socwatch2_10.ko
The socwatch driver has been successfully loaded.

I have already tried to increase the system stack limit to 65536, but the issue cannot be solved.

 

May anyone advise a solution?

Thank you and Regards,

Amon

0 Kudos
1 Reply
Alexey_B_Intel2
Employee
1,053 Views

Thanks for the report,

Could you please attach 'dmesg' command output after the driver loading failure.

BTW 'vtsspp' driver only affects collections with unlimited stack size sampling, collections w/o stacks or with limited stack size (2kb by default) should work.

0 Kudos
Reply