Home | History | Annotate | Download | only in plugin

Lines Matching refs:prof_info

949   acc_prof_info *prof_info = thr->prof_info;
952 bool profiling_p = __builtin_expect (prof_info != NULL, false);
955 prof_info->event_type = acc_ev_enqueue_launch_start;
958 = prof_info->event_type;
975 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &enqueue_launch_event_info,
987 prof_info->event_type = acc_ev_enqueue_launch_end;
989 = prof_info->event_type;
990 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &enqueue_launch_event_info,
1003 acc_prof_info *prof_info = thr->prof_info;
1007 prof_info->event_type = acc_ev_alloc;
1009 data_event_info.data_event.event_type = prof_info->event_type;
1021 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);
1060 = __builtin_expect (thr != NULL && thr->prof_info != NULL, false);
1070 acc_prof_info *prof_info = thr->prof_info;
1074 prof_info->event_type = acc_ev_free;
1076 data_event_info.data_event.event_type = prof_info->event_type;
1088 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info, api_info);
1128 = __builtin_expect (thr != NULL && thr->prof_info != NULL, false);
1460 acc_prof_info *prof_info = thr->prof_info;
1463 bool profiling_p = __builtin_expect (prof_info != NULL, false);
1485 prof_info->event_type = acc_ev_enqueue_upload_start;
1487 data_event_info.data_event.event_type = prof_info->event_type;
1501 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1508 prof_info->event_type = acc_ev_enqueue_upload_end;
1509 data_event_info.data_event.event_type = prof_info->event_type;
1510 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1548 acc_prof_info *prof_info = thr->prof_info;
1551 bool profiling_p = __builtin_expect (prof_info != NULL, false);
1575 prof_info->event_type = acc_ev_enqueue_upload_start;
1577 data_event_info.data_event.event_type = prof_info->event_type;
1591 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,
1605 prof_info->event_type = acc_ev_enqueue_upload_end;
1606 data_event_info.data_event.event_type = prof_info->event_type;
1607 GOMP_PLUGIN_goacc_profiling_dispatch (prof_info, &data_event_info,