[Openmp-commits] [PATCH] D13689: Add OMPT events for API locking

John Mellor-Crummey via Openmp-commits openmp-commits at lists.llvm.org
Tue Oct 13 06:49:30 PDT 2015


jmellorcrummey added a comment.

The lock init and acquired callbacks are conditionally included according to  #if OMPT_SUPPORT && OMPT_BLAME

The proper condition should be  #if OMPT_SUPPORT && OMPT_TRACE

I notice that there aren't any patches to kmp_gsupport.c. I looked in that file and didn't see any support for locking. What will happen when using gcc with this support? Will the instrumented locking routines be called to generate the promised callbacks?


Repository:
  rL LLVM

http://reviews.llvm.org/D13689





More information about the Openmp-commits mailing list