Home | History | Annotate | Download | only in plugin

Lines Matching defs:data_event_info

1021   acc_event_info data_event_info;
1026 data_event_info.data_event.event_type = prof_info->event_type;
1027 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1028 data_event_info.data_event.parent_construct = acc_construct_parallel;
1029 data_event_info.data_event.implicit = 1;
1030 data_event_info.data_event.tool_info = NULL;
1031 data_event_info.data_event.var_name = NULL;
1032 data_event_info.data_event.bytes = s;
1033 data_event_info.data_event.host_ptr = NULL;
1034 data_event_info.data_event.device_ptr = dp;
1038 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);
1088 acc_event_info data_event_info;
1093 data_event_info.data_event.event_type = prof_info->event_type;
1094 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1095 data_event_info.data_event.parent_construct = acc_construct_parallel;
1096 data_event_info.data_event.implicit = 1;
1097 data_event_info.data_event.tool_info = NULL;
1098 data_event_info.data_event.var_name = NULL;
1099 data_event_info.data_event.bytes = -1;
1100 data_event_info.data_event.host_ptr = NULL;
1101 data_event_info.data_event.device_ptr = p;
1105 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);