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

System wide Hardware Event-based Sampling (EBS) analysis is not available on the system

John_M_4
Beginner
275 Views

Hi,

I am trying to install Intel ParallelStudio 2015 on Ubuntu 14.04 without root (only installed for a single user). I get the following error message during installation:

Missing optional prerequisites
-- System wide Hardware Event-based Sampling (EBS) analysis is not available on
the system.


Here's the output from cat /proc/cpuinfo for the first processor

processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 6144 KB
physical id    : 0
siblings    : 8
core id        : 0
cpu cores    : 4
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4589.76
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

Any ideas what might be going on here? This processor should support EBS.

 

Thanks!

John

0 Kudos
4 Replies
David_A_Intel1
Employee
275 Views

Hi John.

That's correct!  If you don't have root access, the installer can't load the hardware driver module needed to take hardware samples.  Thus, you are limited to software-based sampling, e.g., basic hotspots, concurrency, and locks and waits.

0 Kudos
John_M_4
Beginner
275 Views

Thank you for the help, MrAnderson.

 

I've now run into another issue. I get the message:

Missing optional prerequisites
-- 32-bit libraries not found


I am installing on Ubuntu 14.04, which has deprecated the 32 bit libraries. Is it safe to continue and ignore this message, or should I install the 32 bit libraries?

 

Thanks!

0 Kudos
David_A_Intel1
Employee
275 Views

Yes, you can ignore it.

0 Kudos
Dmitry_P_Intel1
Employee
275 Views

Hello,

Let me note that w/o driver installation PMU-based collection will be still available through perf (Ubuntu 14.04 allows to do this). The point is that it 2015 Gold had some limitations on this.

I would recommend to install the latest Update 2 of VTune Amplifier XE where in driverless mode system wide and stack sampling are available. Please note that uncore events (and hence bandwidth analysis that is based on them) are still not available for this mode yet.

Thansk & Regards, Dmitry

0 Kudos
Reply