3rdparty: add ittnotify sources
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Mon, 22 May 2017 07:40:58 +0000 (07:40 +0000)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Mon, 26 Jun 2017 14:05:06 +0000 (17:05 +0300)
commit07aff8e85f896b3b8d700785d139113cda55846e
tree14952974770562276f4f200128f7e2863d91486b
parente49c42916257f4344f4b1247442905afcb9d2d11
3rdparty: add ittnotify sources

https://github.com/01org/IntelSEAPI/tree/master/ittnotify
14 files changed:
3rdparty/ittnotify/CMakeLists.txt [new file with mode: 0644]
3rdparty/ittnotify/include/ittnotify.h [new file with mode: 0644]
3rdparty/ittnotify/include/jitprofiling.h [new file with mode: 0644]
3rdparty/ittnotify/include/legacy/ittnotify.h [new file with mode: 0644]
3rdparty/ittnotify/include/libittnotify.h [new file with mode: 0644]
3rdparty/ittnotify/include/llvm_jit_event_listener.hpp [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/LICENSE.BSD [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/LICENSE.GPL [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/disable_warnings.h [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/ittnotify_config.h [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/ittnotify_static.c [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/ittnotify_static.h [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/ittnotify_types.h [new file with mode: 0644]
3rdparty/ittnotify/src/ittnotify/jitprofiling.c [new file with mode: 0644]