These are the actual changes in the runtime to issue OMPT-related functions. All...
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 29 Apr 2015 16:42:24 +0000 (16:42 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 29 Apr 2015 16:42:24 +0000 (16:42 +0000)
commitd7d088f815f53f403505e3ea64858376cbc6a0c3
treeab580416a0d1a9b2e8a3340300d577b8729917ae
parent9dd4e4e63a53813ba519281ec5c35e678b837d5d
These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default).

llvm-svn: 236122
13 files changed:
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_atomic.h
openmp/runtime/src/kmp_barrier.cpp
openmp/runtime/src/kmp_csupport.c
openmp/runtime/src/kmp_dispatch.cpp
openmp/runtime/src/kmp_gsupport.c
openmp/runtime/src/kmp_lock.cpp
openmp/runtime/src/kmp_runtime.c
openmp/runtime/src/kmp_sched.cpp
openmp/runtime/src/kmp_tasking.c
openmp/runtime/src/kmp_wait_release.h
openmp/runtime/src/z_Linux_asm.s
openmp/runtime/src/z_Windows_NT-586_asm.asm