Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c140 prof_info.event_type = acc_ev_compute_construct_start; in GOACC_parallel_keyed()
158 compute_construct_event_info.other_event.event_type in GOACC_parallel_keyed()
159 = prof_info.event_type; in GOACC_parallel_keyed()
278 prof_info.event_type = acc_ev_enter_data_start; in GOACC_parallel_keyed()
279 enter_exit_data_event_info.other_event.event_type in GOACC_parallel_keyed()
280 = prof_info.event_type; in GOACC_parallel_keyed()
297 prof_info.event_type = acc_ev_enter_data_end; in GOACC_parallel_keyed()
298 enter_exit_data_event_info.other_event.event_type in GOACC_parallel_keyed()
299 = prof_info.event_type; in GOACC_parallel_keyed()
317 prof_info.event_type = acc_ev_exit_data_start; in GOACC_parallel_keyed()
[all …]
H A Doacc-profiling.c47 STATIC_ASSERT (offsetof (acc_event_info, event_type)
48 == offsetof (acc_event_info, data_event.event_type));
49 STATIC_ASSERT (offsetof (acc_event_info, data_event.event_type)
50 == offsetof (acc_event_info, launch_event.event_type));
51 STATIC_ASSERT (offsetof (acc_event_info, data_event.event_type)
52 == offsetof (acc_event_info, other_event.event_type));
588 prof_info->event_type = -1; /* Must be set later. */ in _goacc_profiling_setup_p()
631 acc_event_t event_type = event_info->event_type; in goacc_profiling_dispatch() local
632 gomp_debug (0, "%s: event_type=%d\n", __FUNCTION__, (int) event_type); in goacc_profiling_dispatch()
633 assert (event_type > acc_ev_none in goacc_profiling_dispatch()
[all …]
H A Dacc_prof.h103 acc_event_t event_type; member
147 acc_event_t event_type; member
163 acc_event_t event_type; member
177 acc_event_t event_type; member
189 acc_event_t event_type; member
H A Doacc-init.c260 prof_info.event_type = acc_ev_device_init_start; in acc_init_1()
278 device_init_event_info.other_event.event_type = prof_info.event_type; in acc_init_1()
324 prof_info.event_type = acc_ev_device_init_end; in acc_init_1()
325 device_init_event_info.other_event.event_type = prof_info.event_type; in acc_init_1()
H A Doacc-mem.c1344 prof_info.event_type in goacc_enter_exit_data_internal()
1363 enter_exit_data_event_info.other_event.event_type in goacc_enter_exit_data_internal()
1364 = prof_info.event_type; in goacc_enter_exit_data_internal()
1412 prof_info.event_type in goacc_enter_exit_data_internal()
1414 enter_exit_data_event_info.other_event.event_type = prof_info.event_type; in goacc_enter_exit_data_internal()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c140 prof_info.event_type = acc_ev_compute_construct_start; in GOACC_parallel_keyed()
158 compute_construct_event_info.other_event.event_type in GOACC_parallel_keyed()
159 = prof_info.event_type; in GOACC_parallel_keyed()
278 prof_info.event_type = acc_ev_enter_data_start; in GOACC_parallel_keyed()
279 enter_exit_data_event_info.other_event.event_type in GOACC_parallel_keyed()
280 = prof_info.event_type; in GOACC_parallel_keyed()
297 prof_info.event_type = acc_ev_enter_data_end; in GOACC_parallel_keyed()
298 enter_exit_data_event_info.other_event.event_type in GOACC_parallel_keyed()
299 = prof_info.event_type; in GOACC_parallel_keyed()
317 prof_info.event_type = acc_ev_exit_data_start; in GOACC_parallel_keyed()
[all …]
H A Doacc-profiling.c47 STATIC_ASSERT (offsetof (acc_event_info, event_type)
48 == offsetof (acc_event_info, data_event.event_type));
49 STATIC_ASSERT (offsetof (acc_event_info, data_event.event_type)
50 == offsetof (acc_event_info, launch_event.event_type));
51 STATIC_ASSERT (offsetof (acc_event_info, data_event.event_type)
52 == offsetof (acc_event_info, other_event.event_type));
588 prof_info->event_type = -1; /* Must be set later. */ in _goacc_profiling_setup_p()
631 acc_event_t event_type = event_info->event_type; in goacc_profiling_dispatch() local
632 gomp_debug (0, "%s: event_type=%d\n", __FUNCTION__, (int) event_type); in goacc_profiling_dispatch()
633 assert (event_type > acc_ev_none in goacc_profiling_dispatch()
[all …]
H A Dacc_prof.h103 acc_event_t event_type; member
147 acc_event_t event_type; member
163 acc_event_t event_type; member
177 acc_event_t event_type; member
189 acc_event_t event_type; member
H A Doacc-init.c260 prof_info.event_type = acc_ev_device_init_start; in acc_init_1()
278 device_init_event_info.other_event.event_type = prof_info.event_type; in acc_init_1()
324 prof_info.event_type = acc_ev_device_init_end; in acc_init_1()
325 device_init_event_info.other_event.event_type = prof_info.event_type; in acc_init_1()
H A Doacc-mem.c1377 prof_info.event_type in GOACC_enter_exit_data()
1396 enter_exit_data_event_info.other_event.event_type in GOACC_enter_exit_data()
1397 = prof_info.event_type; in GOACC_enter_exit_data()
1451 prof_info.event_type in GOACC_enter_exit_data()
1453 enter_exit_data_event_info.other_event.event_type = prof_info.event_type; in GOACC_enter_exit_data()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() argument
152 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || in iJIT_NotifyEvent()
153 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) && in iJIT_NotifyEvent()
162 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS) in iJIT_NotifyEvent()
200 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) in iJIT_NotifyEvent()
229 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED) in iJIT_NotifyEvent()
236 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
H A Djitprofiling.h240 int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData);
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c923 prof_info->event_type = acc_ev_enqueue_launch_start; in nvptx_exec()
925 enqueue_launch_event_info.launch_event.event_type in nvptx_exec()
926 = prof_info->event_type; in nvptx_exec()
955 prof_info->event_type = acc_ev_enqueue_launch_end; in nvptx_exec()
956 enqueue_launch_event_info.launch_event.event_type in nvptx_exec()
957 = prof_info->event_type; in nvptx_exec()
975 prof_info->event_type = acc_ev_alloc; in goacc_profiling_acc_ev_alloc()
977 data_event_info.data_event.event_type = prof_info->event_type; in goacc_profiling_acc_ev_alloc()
1014 prof_info->event_type = acc_ev_free; in goacc_profiling_acc_ev_free()
1016 data_event_info.data_event.event_type = prof_info->event_type; in goacc_profiling_acc_ev_free()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c955 prof_info->event_type = acc_ev_enqueue_launch_start; in nvptx_exec()
957 enqueue_launch_event_info.launch_event.event_type in nvptx_exec()
958 = prof_info->event_type; in nvptx_exec()
987 prof_info->event_type = acc_ev_enqueue_launch_end; in nvptx_exec()
988 enqueue_launch_event_info.launch_event.event_type in nvptx_exec()
989 = prof_info->event_type; in nvptx_exec()
1007 prof_info->event_type = acc_ev_alloc; in goacc_profiling_acc_ev_alloc()
1009 data_event_info.data_event.event_type = prof_info->event_type; in goacc_profiling_acc_ev_alloc()
1074 prof_info->event_type = acc_ev_free; in goacc_profiling_acc_ev_free()
1076 data_event_info.data_event.event_type = prof_info->event_type; in goacc_profiling_acc_ev_free()
[all …]
H A Dplugin-gcn.c1841 prof_info->event_type = acc_ev_alloc; in alloc_by_agent()
1843 data_event_info.data_event.event_type = prof_info->event_type; in alloc_by_agent()
3130 prof_info->event_type = acc_ev_enqueue_launch_start; in gcn_exec()
3132 enqueue_launch_event_info.launch_event.event_type in gcn_exec()
3133 = prof_info->event_type; in gcn_exec()
3168 prof_info->event_type = acc_ev_enqueue_launch_end; in gcn_exec()
3169 enqueue_launch_event_info.launch_event.event_type = prof_info->event_type; in gcn_exec()
3674 prof_info->event_type = acc_ev_free; in GOMP_OFFLOAD_free()
3676 data_event_info.data_event.event_type = prof_info->event_type; in GOMP_OFFLOAD_free()
/netbsd-src/sys/dev/hpc/
H A Dhpcapm.c400 hpcapm_get_event(void *scx, u_int *event_type, u_int *event_info) in hpcapm_get_event() argument
410 *event_type = i; in hpcapm_get_event()
411 if (*event_type == APM_NORMAL_RESUME || in hpcapm_get_event()
412 *event_type == APM_CRIT_RESUME) { in hpcapm_get_event()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dpresent.h284 uint16_t event_type; member
311 uint16_t event_type; member
333 uint16_t event_type; member
354 uint16_t event_type; member
/netbsd-src/sys/dev/acpi/
H A Dacpi_apm.c400 acpiapm_get_event(void *opaque, u_int *event_type, u_int *event_info) in acpiapm_get_event() argument
404 *event_type = APM_CAP_CHANGE; in acpiapm_get_event()
410 *event_type = APM_NORMAL_RESUME; in acpiapm_get_event()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dtask_test.c
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface.cc422 const char *const event_type) XRAY_NEVER_INSTRUMENT { in __xray_register_event_type() argument
423 TypeDescriptorMapType::Handle h(&TypeDescriptorAddressMap, (uptr)event_type); in __xray_register_event_type()
427 h->description_string_length = strnlen(event_type, 1024); in __xray_register_event_type()
/netbsd-src/sys/dev/hpc/apm/
H A Dapmdev.c343 apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info) in apm_resume() argument
368 apm_record_event(sc, event_type); in apm_resume()
376 apm_record_event(struct apm_softc *sc, u_int event_type) in apm_record_event() argument
388 evp->type = event_type; in apm_record_event()
/netbsd-src/sys/arch/zaurus/dev/
H A Dzapm.c437 zapm_get_event(void *v, u_int *event_type, u_int *event_info) in zapm_get_event() argument
447 *event_type = ev; in zapm_get_event()
448 if (*event_type == APM_NORMAL_RESUME || in zapm_get_event()
449 *event_type == APM_CRIT_RESUME) { in zapm_get_event()
/netbsd-src/sys/dev/apm/
H A Dapm.c334 apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info) in apm_resume() argument
357 apm_record_event(sc, event_type); in apm_resume()
365 apm_record_event(struct apm_softc *sc, u_int event_type) in apm_record_event() argument
377 evp->type = event_type; in apm_record_event()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_interface.h87 extern uint16_t __xray_register_event_type(const char *event_type);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test.c181 const char *event_type) in verify_integrity() argument
191 OSSL_SELF_TEST_onbegin(ev, event_type, OSSL_SELF_TEST_DESC_INTEGRITY_HMAC); in verify_integrity()

123