Lines Matching refs:prof_info
251 /* TODO: should we set 'thr->prof_info' etc. in this case ('acc_init')?
257 acc_prof_info prof_info;
260 prof_info.event_type = acc_ev_device_init_start;
261 prof_info.valid_bytes = _ACC_PROF_INFO_VALID_BYTES;
262 prof_info.version = _ACC_PROF_INFO_VERSION;
263 prof_info.device_type = d;
264 prof_info.device_number = goacc_device_num;
265 prof_info.thread_id = -1;
266 prof_info.async = acc_async_sync;
267 prof_info.async_queue = prof_info.async;
268 prof_info.src_file = NULL;
269 prof_info.func_name = NULL;
270 prof_info.line_no = -1;
271 prof_info.end_line_no = -1;
272 prof_info.func_line_no = -1;
273 prof_info.func_end_line_no = -1;
278 device_init_event_info.other_event.event_type = prof_info.event_type;
290 api_info.device_type = prof_info.device_type;
298 goacc_profiling_dispatch (&prof_info, &device_init_event_info, &api_info);
324 prof_info.event_type = acc_ev_device_init_end;
325 device_init_event_info.other_event.event_type = prof_info.event_type;
326 goacc_profiling_dispatch (&prof_info, &device_init_event_info,
535 thr->prof_info = NULL;
624 acc_prof_info prof_info;
626 bool profiling_p = GOACC_PROFILING_SETUP_P (thr, &prof_info, &api_info);
628 prof_info.device_type = d;
657 thr->prof_info = NULL;
695 acc_prof_info prof_info;
697 bool profiling_p = GOACC_PROFILING_SETUP_P (thr, &prof_info, &api_info);
708 thr->prof_info = NULL;
731 acc_prof_info prof_info;
733 bool profiling_p = GOACC_PROFILING_SETUP_P (thr, &prof_info, &api_info);
735 prof_info.device_type = d;
745 thr->prof_info = NULL;