Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4826 Discussions

TSX sampling of aborts fails

Oliver_K_
Beginner
310 Views

I was able to collect data of TSX sampling (option '1. Transactionl success') - but if I select option '2. Aborts' Vtune gives me an error:

Error 0x40000024 (No data) no data is collected ...

I use the same binary (application using TSX) for both cases. Why is Vtune unable to collect data for TSX aborts?

Oliver

0 Kudos
2 Replies
Roman_D_Intel
Employee
310 Views

probably there were too few aborts happened (VTune record data only once per X events - this is sampling). Try to decrease the "sample after value" or make your workload run longer.

Roman

Oliver_K_
Beginner
310 Views

ty Roman - reducing the threshold helped

Reply