summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_itt.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_itt.h')
-rw-r--r--openmp/runtime/src/kmp_itt.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/openmp/runtime/src/kmp_itt.h b/openmp/runtime/src/kmp_itt.h
index ced8fc8f871..0ee79b6fe5d 100644
--- a/openmp/runtime/src/kmp_itt.h
+++ b/openmp/runtime/src/kmp_itt.h
@@ -1,8 +1,8 @@
#if USE_ITT_BUILD
/*
* kmp_itt.h -- ITT Notify interface.
- * $Revision: 42616 $
- * $Date: 2013-08-26 11:47:32 -0500 (Mon, 26 Aug 2013) $
+ * $Revision: 42829 $
+ * $Date: 2013-11-21 05:44:01 -0600 (Thu, 21 Nov 2013) $
*/
@@ -59,6 +59,9 @@ __kmp_inline void __kmp_itt_region_forking( int gtid, int serialized = 0 ); //
__kmp_inline void __kmp_itt_region_joined( int gtid, int serialized = 0 ); // Master only, after joining threads.
// (*) Note: A thread may execute tasks after this point, though.
+// --- Frame reporting ---
+__kmp_inline void __kmp_itt_frame_submit( int gtid, __itt_timestamp begin, __itt_timestamp end, int imbalance, ident_t *loc );
+
// --- Barrier reporting ---
__kmp_inline void * __kmp_itt_barrier_object( int gtid, int bt, int set_name = 0, int delta = 0 );
__kmp_inline void __kmp_itt_barrier_starting( int gtid, void * object );
@@ -265,6 +268,6 @@ __kmp_inline void __kmp_itt_stack_callee_leave(__itt_caller);
# define KMP_ITT_IGNORE(stmt ) do { stmt } while (0)
-# define USE_ITT_BUILD_ARG(x)
+# define USE_ITT_BUILD_ARG(x)
#endif /* USE_ITT_BUILD */
OpenPOWER on IntegriCloud