|
typedef enum kmp_mutex_impl_t | kmp_mutex_impl_t |
|
typedef enum ompt_callbacks_t | ompt_callbacks_t |
|
typedef enum ompt_record_t | ompt_record_t |
|
typedef enum ompt_record_native_t | ompt_record_native_t |
|
typedef enum ompt_set_result_t | ompt_set_result_t |
|
typedef uint64_t | ompt_id_t |
|
typedef uint64_t | ompt_device_time_t |
|
typedef uint64_t | ompt_buffer_cursor_t |
|
typedef enum ompt_thread_t | ompt_thread_t |
|
typedef enum ompt_scope_endpoint_t | ompt_scope_endpoint_t |
|
typedef enum ompt_dispatch_t | ompt_dispatch_t |
|
typedef enum ompt_sync_region_t | ompt_sync_region_t |
|
typedef enum ompt_target_data_op_t | ompt_target_data_op_t |
|
typedef enum ompt_work_t | ompt_work_t |
|
typedef enum ompt_mutex_t | ompt_mutex_t |
|
typedef enum ompt_native_mon_flag_t | ompt_native_mon_flag_t |
|
typedef enum ompt_task_flag_t | ompt_task_flag_t |
|
typedef enum ompt_task_status_t | ompt_task_status_t |
|
typedef enum ompt_target_t | ompt_target_t |
|
typedef enum ompt_parallel_flag_t | ompt_parallel_flag_t |
|
typedef enum ompt_target_map_flag_t | ompt_target_map_flag_t |
|
typedef enum ompt_dependence_type_t | ompt_dependence_type_t |
|
typedef enum ompt_cancel_flag_t | ompt_cancel_flag_t |
|
typedef uint64_t | ompt_hwid_t |
|
typedef uint64_t | ompt_wait_id_t |
|
typedef enum ompt_frame_flag_t | ompt_frame_flag_t |
|
typedef enum ompt_state_t | ompt_state_t |
|
typedef uint64_t(* | ompt_get_unique_id_t) (void) |
|
typedef uint64_t | ompd_size_t |
|
typedef uint64_t | ompd_wait_id_t |
|
typedef uint64_t | ompd_addr_t |
|
typedef int64_t | ompd_word_t |
|
typedef uint64_t | ompd_seg_t |
|
typedef uint64_t | ompd_device_t |
|
typedef uint64_t | ompd_thread_id_t |
|
typedef enum ompd_scope_t | ompd_scope_t |
|
typedef uint64_t | ompd_icv_id_t |
|
typedef enum ompd_rc_t | ompd_rc_t |
|
typedef void(* | ompt_interface_fn_t) (void) |
|
typedef ompt_interface_fn_t(* | ompt_function_lookup_t) (const char *interface_function_name) |
|
typedef union ompt_data_t | ompt_data_t |
|
typedef struct ompt_frame_t | ompt_frame_t |
|
typedef void(* | ompt_callback_t) (void) |
|
typedef void | ompt_device_t |
|
typedef void | ompt_buffer_t |
|
typedef void(* | ompt_callback_buffer_request_t) (int device_num, ompt_buffer_t **buffer, size_t *bytes) |
|
typedef void(* | ompt_callback_buffer_complete_t) (int device_num, ompt_buffer_t *buffer, size_t bytes, ompt_buffer_cursor_t begin, int buffer_owned) |
|
typedef void(* | ompt_finalize_t) (ompt_data_t *tool_data) |
|
typedef int(* | ompt_initialize_t) (ompt_function_lookup_t lookup, int initial_device_num, ompt_data_t *tool_data) |
|
typedef struct ompt_start_tool_result_t | ompt_start_tool_result_t |
|
typedef struct ompt_record_abstract_t | ompt_record_abstract_t |
|
typedef struct ompt_dependence_t | ompt_dependence_t |
|
typedef int(* | ompt_enumerate_states_t) (int current_state, int *next_state, const char **next_state_name) |
|
typedef int(* | ompt_enumerate_mutex_impls_t) (int current_impl, int *next_impl, const char **next_impl_name) |
|
typedef ompt_set_result_t(* | ompt_set_callback_t) (ompt_callbacks_t event, ompt_callback_t callback) |
|
typedef int(* | ompt_get_callback_t) (ompt_callbacks_t event, ompt_callback_t *callback) |
|
typedef ompt_data_t *(* | ompt_get_thread_data_t) (void) |
|
typedef int(* | ompt_get_num_procs_t) (void) |
|
typedef int(* | ompt_get_num_places_t) (void) |
|
typedef int(* | ompt_get_place_proc_ids_t) (int place_num, int ids_size, int *ids) |
|
typedef int(* | ompt_get_place_num_t) (void) |
|
typedef int(* | ompt_get_partition_place_nums_t) (int place_nums_size, int *place_nums) |
|
typedef int(* | ompt_get_proc_id_t) (void) |
|
typedef int(* | ompt_get_state_t) (ompt_wait_id_t *wait_id) |
|
typedef int(* | ompt_get_parallel_info_t) (int ancestor_level, ompt_data_t **parallel_data, int *team_size) |
|
typedef int(* | ompt_get_task_info_t) (int ancestor_level, int *flags, ompt_data_t **task_data, ompt_frame_t **task_frame, ompt_data_t **parallel_data, int *thread_num) |
|
typedef int(* | ompt_get_task_memory_t) (void **addr, size_t *size, int block) |
|
typedef int(* | ompt_get_target_info_t) (uint64_t *device_num, ompt_id_t *target_id, ompt_id_t *host_op_id) |
|
typedef int(* | ompt_get_num_devices_t) (void) |
|
typedef void(* | ompt_finalize_tool_t) (void) |
|
typedef int(* | ompt_get_device_num_procs_t) (ompt_device_t *device) |
|
typedef ompt_device_time_t(* | ompt_get_device_time_t) (ompt_device_t *device) |
|
typedef double(* | ompt_translate_time_t) (ompt_device_t *device, ompt_device_time_t time) |
|
typedef ompt_set_result_t(* | ompt_set_trace_ompt_t) (ompt_device_t *device, unsigned int enable, unsigned int etype) |
|
typedef ompt_set_result_t(* | ompt_set_trace_native_t) (ompt_device_t *device, int enable, int flags) |
|
typedef int(* | ompt_start_trace_t) (ompt_device_t *device, ompt_callback_buffer_request_t request, ompt_callback_buffer_complete_t complete) |
|
typedef int(* | ompt_pause_trace_t) (ompt_device_t *device, int begin_pause) |
|
typedef int(* | ompt_flush_trace_t) (ompt_device_t *device) |
|
typedef int(* | ompt_stop_trace_t) (ompt_device_t *device) |
|
typedef int(* | ompt_advance_buffer_cursor_t) (ompt_device_t *device, ompt_buffer_t *buffer, size_t size, ompt_buffer_cursor_t current, ompt_buffer_cursor_t *next) |
|
typedef ompt_record_t(* | ompt_get_record_type_t) (ompt_buffer_t *buffer, ompt_buffer_cursor_t current) |
|
typedef void *(* | ompt_get_record_native_t) (ompt_buffer_t *buffer, ompt_buffer_cursor_t current, ompt_id_t *host_op_id) |
|
typedef ompt_record_abstract_t *(* | ompt_get_record_abstract_t) (void *native_record) |
|
typedef void(* | ompt_callback_thread_begin_t) (ompt_thread_t thread_type, ompt_data_t *thread_data) |
|
typedef struct ompt_record_thread_begin_t | ompt_record_thread_begin_t |
|
typedef void(* | ompt_callback_thread_end_t) (ompt_data_t *thread_data) |
|
typedef void(* | ompt_callback_parallel_begin_t) (ompt_data_t *encountering_task_data, const ompt_frame_t *encountering_task_frame, ompt_data_t *parallel_data, unsigned int requested_parallelism, int flags, const void *codeptr_ra) |
|
typedef struct ompt_record_parallel_begin_t | ompt_record_parallel_begin_t |
|
typedef void(* | ompt_callback_parallel_end_t) (ompt_data_t *parallel_data, ompt_data_t *encountering_task_data, int flags, const void *codeptr_ra) |
|
typedef struct ompt_record_parallel_end_t | ompt_record_parallel_end_t |
|
typedef void(* | ompt_callback_work_t) (ompt_work_t wstype, ompt_scope_endpoint_t endpoint, ompt_data_t *parallel_data, ompt_data_t *task_data, uint64_t count, const void *codeptr_ra) |
|
typedef struct ompt_record_work_t | ompt_record_work_t |
|
typedef void(* | ompt_callback_dispatch_t) (ompt_data_t *parallel_data, ompt_data_t *task_data, ompt_dispatch_t kind, ompt_data_t instance) |
|
typedef struct ompt_record_dispatch_t | ompt_record_dispatch_t |
|
typedef void(* | ompt_callback_task_create_t) (ompt_data_t *encountering_task_data, const ompt_frame_t *encountering_task_frame, ompt_data_t *new_task_data, int flags, int has_dependences, const void *codeptr_ra) |
|
typedef struct ompt_record_task_create_t | ompt_record_task_create_t |
|
typedef void(* | ompt_callback_dependences_t) (ompt_data_t *task_data, const ompt_dependence_t *deps, int ndeps) |
|
typedef struct ompt_record_dependences_t | ompt_record_dependences_t |
|
typedef void(* | ompt_callback_task_dependence_t) (ompt_data_t *src_task_data, ompt_data_t *sink_task_data) |
|
typedef struct ompt_record_task_dependence_t | ompt_record_task_dependence_t |
|
typedef void(* | ompt_callback_task_schedule_t) (ompt_data_t *prior_task_data, ompt_task_status_t prior_task_status, ompt_data_t *next_task_data) |
|
typedef struct ompt_record_task_schedule_t | ompt_record_task_schedule_t |
|
typedef void(* | ompt_callback_implicit_task_t) (ompt_scope_endpoint_t endpoint, ompt_data_t *parallel_data, ompt_data_t *task_data, unsigned int actual_parallelism, unsigned int index, int flags) |
|
typedef struct ompt_record_implicit_task_t | ompt_record_implicit_task_t |
|
typedef void(* | ompt_callback_master_t) (ompt_scope_endpoint_t endpoint, ompt_data_t *parallel_data, ompt_data_t *task_data, const void *codeptr_ra) |
|
typedef struct ompt_record_master_t | ompt_record_master_t |
|
typedef void(* | ompt_callback_sync_region_t) (ompt_sync_region_t kind, ompt_scope_endpoint_t endpoint, ompt_data_t *parallel_data, ompt_data_t *task_data, const void *codeptr_ra) |
|
typedef struct ompt_record_sync_region_t | ompt_record_sync_region_t |
|
typedef void(* | ompt_callback_mutex_acquire_t) (ompt_mutex_t kind, unsigned int hint, unsigned int impl, ompt_wait_id_t wait_id, const void *codeptr_ra) |
|
typedef struct ompt_record_mutex_acquire_t | ompt_record_mutex_acquire_t |
|
typedef void(* | ompt_callback_mutex_t) (ompt_mutex_t kind, ompt_wait_id_t wait_id, const void *codeptr_ra) |
|
typedef struct ompt_record_mutex_t | ompt_record_mutex_t |
|
typedef void(* | ompt_callback_nest_lock_t) (ompt_scope_endpoint_t endpoint, ompt_wait_id_t wait_id, const void *codeptr_ra) |
|
typedef struct ompt_record_nest_lock_t | ompt_record_nest_lock_t |
|
typedef void(* | ompt_callback_flush_t) (ompt_data_t *thread_data, const void *codeptr_ra) |
|
typedef struct ompt_record_flush_t | ompt_record_flush_t |
|
typedef void(* | ompt_callback_cancel_t) (ompt_data_t *task_data, int flags, const void *codeptr_ra) |
|
typedef struct ompt_record_cancel_t | ompt_record_cancel_t |
|
typedef void(* | ompt_callback_device_initialize_t) (int device_num, const char *type, ompt_device_t *device, ompt_function_lookup_t lookup, const char *documentation) |
|
typedef void(* | ompt_callback_device_finalize_t) (int device_num) |
|
typedef void(* | ompt_callback_device_load_t) (int device_num, const char *filename, int64_t offset_in_file, void *vma_in_file, size_t bytes, void *host_addr, void *device_addr, uint64_t module_id) |
|
typedef void(* | ompt_callback_device_unload_t) (int device_num, uint64_t module_id) |
|
typedef void(* | ompt_callback_target_data_op_t) (ompt_id_t target_id, ompt_id_t host_op_id, ompt_target_data_op_t optype, void *src_addr, int src_device_num, void *dest_addr, int dest_device_num, size_t bytes, const void *codeptr_ra) |
|
typedef struct ompt_record_target_data_op_t | ompt_record_target_data_op_t |
|
typedef void(* | ompt_callback_target_t) (ompt_target_t kind, ompt_scope_endpoint_t endpoint, int device_num, ompt_data_t *task_data, ompt_id_t target_id, const void *codeptr_ra) |
|
typedef struct ompt_record_target_t | ompt_record_target_t |
|
typedef void(* | ompt_callback_target_map_t) (ompt_id_t target_id, unsigned int nitems, void **host_addr, void **device_addr, size_t *bytes, unsigned int *mapping_flags, const void *codeptr_ra) |
|
typedef struct ompt_record_target_map_t | ompt_record_target_map_t |
|
typedef void(* | ompt_callback_target_submit_t) (ompt_id_t target_id, ompt_id_t host_op_id, unsigned int requested_num_teams) |
|
typedef struct ompt_record_target_kernel_t | ompt_record_target_kernel_t |
|
typedef int(* | ompt_callback_control_tool_t) (uint64_t command, uint64_t modifier, void *arg, const void *codeptr_ra) |
|
typedef struct ompt_record_control_tool_t | ompt_record_control_tool_t |
|
typedef struct ompd_address_t | ompd_address_t |
|
typedef struct ompd_frame_info_t | ompd_frame_info_t |
|
typedef struct _ompd_aspace_handle | ompd_address_space_handle_t |
|
typedef struct _ompd_thread_handle | ompd_thread_handle_t |
|
typedef struct _ompd_parallel_handle | ompd_parallel_handle_t |
|
typedef struct _ompd_task_handle | ompd_task_handle_t |
|
typedef struct _ompd_aspace_cont | ompd_address_space_context_t |
|
typedef struct _ompd_thread_cont | ompd_thread_context_t |
|
typedef struct ompd_device_type_sizes_t | ompd_device_type_sizes_t |
|
typedef struct ompt_record_ompt_t | ompt_record_ompt_t |
|
typedef ompt_record_ompt_t *(* | ompt_get_record_ompt_t) (ompt_buffer_t *buffer, ompt_buffer_cursor_t current) |
|