Home | History | Annotate | Download | only in plugin

Lines Matching defs:data_event_info

1004   acc_event_info data_event_info;
1009 data_event_info.data_event.event_type = prof_info->event_type;
1010 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1011 data_event_info.data_event.parent_construct = acc_construct_parallel;
1012 data_event_info.data_event.implicit = 1;
1013 data_event_info.data_event.tool_info = NULL;
1014 data_event_info.data_event.var_name = NULL;
1015 data_event_info.data_event.bytes = s;
1016 data_event_info.data_event.host_ptr = NULL;
1017 data_event_info.data_event.device_ptr = dp;
1021 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);
1071 acc_event_info data_event_info;
1076 data_event_info.data_event.event_type = prof_info->event_type;
1077 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1078 data_event_info.data_event.parent_construct = acc_construct_parallel;
1079 data_event_info.data_event.implicit = 1;
1080 data_event_info.data_event.tool_info = NULL;
1081 data_event_info.data_event.var_name = NULL;
1082 data_event_info.data_event.bytes = -1;
1083 data_event_info.data_event.host_ptr = NULL;
1084 data_event_info.data_event.device_ptr = p;
1088 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);
1461 acc_event_info data_event_info;
1487 data_event_info.data_event.event_type = prof_info->event_type;
1488 data_event_info.data_event.valid_bytes
1490 data_event_info.data_event.parent_construct
1492 data_event_info.data_event.implicit = 1; /* Always implicit. */
1493 data_event_info.data_event.tool_info = NULL;
1494 data_event_info.data_event.var_name = NULL;
1495 data_event_info.data_event.bytes = mapnum * sizeof (void *);
1496 data_event_info.data_event.host_ptr = hp;
1497 data_event_info.data_event.device_ptr = (const void *) dp;
1501 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1509 data_event_info.data_event.event_type = prof_info->event_type;
1510 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1549 acc_event_info data_event_info;
1577 data_event_info.data_event.event_type = prof_info->event_type;
1578 data_event_info.data_event.valid_bytes
1580 data_event_info.data_event.parent_construct
1582 data_event_info.data_event.implicit = 1; /* Always implicit. */
1583 data_event_info.data_event.tool_info = NULL;
1584 data_event_info.data_event.var_name = NULL;
1585 data_event_info.data_event.bytes = mapnum * sizeof (void *);
1586 data_event_info.data_event.host_ptr = hp;
1587 data_event_info.data_event.device_ptr = (const void *) dp;
1591 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1606 data_event_info.data_event.event_type = prof_info->event_type;
1607 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,