Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • catalogue126September 1, 2011 7:30 AM PDT   
    "__itt_err" is undefined

    I'm trying to use the User Event API to place markers in my code for easier profiling. I used the sample code given in the User Event API section of the documentation, linked with [...]vtune_amplifier_xe_2011/lib64/libittnotify.a, and included "ittnotify.h" header. When I try to compile, I get the following error:

     error: identifier "__itt_err" is undefined
      if( return_value == __itt_err )
                         ^
     error: identifier "__itt_err" is undefined  if( return_value == __itt_err )                     ^

    All other *_err symbols are also not found, whereas all the functions, like __itt_event_create, are found. If I simply do no error-checking, the code can be compiled and profiled with the markers correctly inserted.

    Anyone have the same issue? The version I have is "Intel® VTuneTM Amplifier XE 2011 Update3". 

    P.S. I needed to include "ittnotify.h" instead of "libittnotify.h" as in the documentation page linked above, because "libittnotify.h" has a deprecation warning and an instruction to use"ittnotify.h" instead. Perhaps the documentation is out of date?


    Kirill Rogozhin (Intel)September 1, 2011 8:15 AM PDT
    Rate
     
    "__itt_err" is undefined

    Hello,

    __itt_err and other *err stuff is not supported any more. User APIs don't return error codes.
    This is documentation problem that wasn't updated. This sample should be withour error code checking.
    We're working on updating the document already.

    Regards,
    Kirill

Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,321 threads and 172,753 posts to date.

In the past 24 hours, we have 16 new thread(s) 57 new posts(s), and 54 new user(s).

In the past 3 days, the most popular thread for everyone has been How to manage rounding by IVF ?? The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.