[Openmp-commits] [PATCH] D23304: [OMPT] extend ompt tests by checks for frame pointers

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 9 03:37:38 PDT 2016


protze.joachim created this revision.
protze.joachim added reviewers: jlpeyton, AndreyChurbanov.
protze.joachim added subscribers: Hahnfeld, openmp-commits.

OMPT tests can check for right frame information of tasks:
* parent_task_frame was directly printed as a pointer, but actually points to a struct ompt_frame {void*, void*}
* NULL is printed in the beginning of execution and loaded to FileChecker variable [[NULL]]
* implicit tasks now also print their frame information
* macro to print frame address from application
* print task info for barrier begin

https://reviews.llvm.org/D23304

Files:
  runtime/test/ompt/callback.h
  runtime/test/ompt/parallel/nested.c
  runtime/test/ompt/parallel/nested_serialized.c
  runtime/test/ompt/parallel/normal.c
  runtime/test/ompt/parallel/serialized.c
  runtime/test/ompt/worksharing/for/base.h
  runtime/test/ompt/worksharing/for/base_serialized.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23304.67311.patch
Type: text/x-patch
Size: 22672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160809/c9ea6c19/attachment-0001.bin>


More information about the Openmp-commits mailing list