@@ -73,17 +73,20 @@ OMPD_ACCESS(kmp_team_p, t) \
7373\
7474OMPD_ACCESS(ompt_task_info_t, frame) \
7575OMPD_ACCESS(ompt_task_info_t, scheduling_parent) \
76- OMPD_ACCESS(ompt_task_info_t, task_id ) \
77- OMPD_ACCESS(ompt_task_info_t, function) \
76+ OMPD_ACCESS(ompt_task_info_t, task_data ) \
77+ /* OMPD_ACCESS(ompt_task_info_t, function)*/ \
7878\
79- OMPD_ACCESS(ompt_team_info_t, parallel_id ) \
80- OMPD_ACCESS(ompt_team_info_t, microtask) \
79+ OMPD_ACCESS (ompt_team_info_t , parallel_data ) \
80+ /* OMPD_ACCESS(ompt_team_info_t, microtask)*/ \
8181\
8282OMPD_ACCESS (ompt_thread_info_t , state ) \
8383OMPD_ACCESS (ompt_thread_info_t , wait_id ) \
8484\
85- OMPD_ACCESS(ompt_frame_t, reenter_runtime_frame) \
86- OMPD_ACCESS(ompt_frame_t, exit_runtime_frame) \
85+ OMPD_ACCESS (ompt_data_t , value ) \
86+ OMPD_ACCESS (ompt_data_t , ptr ) \
87+ \
88+ OMPD_ACCESS (ompt_frame_t , exit_frame ) \
89+ OMPD_ACCESS (ompt_frame_t , enter_frame ) \
8790\
8891OMPD_ACCESS (ompt_lw_taskteam_t , parent ) \
8992OMPD_ACCESS (ompt_lw_taskteam_t , ompt_team_info ) \
@@ -109,8 +112,8 @@ OMPD_SIZEOF(kmp_info_t) \
109112OMPD_SIZEOF(kmp_taskdata_t) \
110113OMPD_SIZEOF(kmp_tasking_flags_t) \
111114OMPD_SIZEOF(kmp_thread_t) \
112- OMPD_SIZEOF(ompt_parallel_id_t ) \
113- OMPD_SIZEOF(ompt_task_id_t ) \
115+ OMPD_SIZEOF(ompt_data_t ) \
116+ OMPD_SIZEOF(ompt_id_t ) \
114117OMPD_SIZEOF(__kmp_avail_proc) \
115118OMPD_SIZEOF(__kmp_max_nth) \
116119OMPD_SIZEOF(__kmp_gtid) \
0 commit comments