Add ittnotify from IntelSEAPI
authorSomsikov, Andrey <andrey.somsikov@intel.com>
Fri, 29 May 2020 16:55:19 +0000 (19:55 +0300)
committerAndrey Somsikov <andrey.somsikov@gmail.com>
Mon, 1 Jun 2020 17:53:39 +0000 (20:53 +0300)
commit0583b37a14f7f5e4514d51f4a90818e5d42b57ba
tree254f27fa239cdf8d0b64f911b37f0e85b361319e
parentd48e0ef5a665082b5fa9ecb530267a38100710b0
Add ittnotify from IntelSEAPI

Adding ittnotify component of https://github.com/intel/IntelSEAPI

commit 88a56e0ecd162667c7afd2ee9969221d62a32509 (HEAD -> master, origin/master, origin/HEAD)
Merge: 6d743e1 809062a
Author: Alex <alexander.a.raud@intel.com>
Date:   Wed Jul 10 15:06:46 2019 -0700
14 files changed:
inference-engine/thirdparty/ittnotify/CMakeLists.txt [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/include/ittnotify.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/include/jitprofiling.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/include/legacy/ittnotify.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/include/libittnotify.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/include/llvm_jit_event_listener.hpp [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/LICENSE.BSD [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/LICENSE.GPL [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/disable_warnings.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/ittnotify_config.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/ittnotify_static.c [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/ittnotify_static.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/ittnotify_types.h [new file with mode: 0644]
inference-engine/thirdparty/ittnotify/src/ittnotify/jitprofiling.c [new file with mode: 0644]