![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5C_log_class_t |
| struct | H5C_log_info_t |
Typedefs | |
| typedef struct H5C_log_info_t | H5C_log_info_t |
| typedef struct H5C_log_class_t | H5C_log_class_t |
| typedef struct H5C_log_class_t H5C_log_class_t |
| typedef struct H5C_log_info_t H5C_log_info_t |
| H5_DLL herr_t H5C_log_json_set_up | ( | H5C_log_info_t * | log_info, |
| const char | log_location[], | ||
| int | mpi_rank | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), HDassert(), NULL, and ret_value.
Referenced by H5C_log_set_up().
| H5_DLL herr_t H5C_log_set_up | ( | H5C_t * | cache, |
| const char | log_location[], | ||
| H5C_log_style_t | style, | ||
| hbool_t | start_immediately | ||
| ) |
References H5C_t::aux_ptr, H5C_log_info_t::enabled, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5C_log_json_set_up(), H5C_LOG_STYLE_JSON, H5C_LOG_STYLE_TRACE, H5C_log_trace_set_up(), H5C_start_logging(), HDassert(), H5C_t::log_info, NULL, and ret_value.
Referenced by H5AC_set_cache_auto_resize_config().
| H5_DLL herr_t H5C_log_trace_set_up | ( | H5C_log_info_t * | log_info, |
| const char | log_location[], | ||
| int | mpi_rank | ||
| ) |
References FAIL, FUNC_ENTER_NOAPI(), HDassert(), NULL, and ret_value.
Referenced by H5C_log_set_up().
| H5_DLL herr_t H5C_log_write_create_fd_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | parent, | ||
| const H5C_cache_entry_t * | child, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_create_fd_log_msg.
Referenced by H5AC_create_flush_dependency().
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_destroy_cache_log_msg.
Referenced by H5AC_dest().
| H5_DLL herr_t H5C_log_write_destroy_fd_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | parent, | ||
| const H5C_cache_entry_t * | child, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_destroy_fd_log_msg.
Referenced by H5AC_destroy_flush_dependency().
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_evict_cache_log_msg.
Referenced by H5AC_evict().
| H5_DLL herr_t H5C_log_write_expunge_entry_msg | ( | H5C_t * | cache, |
| haddr_t | address, | ||
| int | type_id, | ||
| herr_t | fxn_ret_value | ||
| ) |
References address, H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_expunge_entry_log_msg.
Referenced by H5AC_expunge_entry().
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_flush_cache_log_msg.
Referenced by H5AC_flush().
| H5_DLL herr_t H5C_log_write_mark_entry_clean_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_mark_entry_clean_log_msg.
Referenced by H5AC_mark_entry_clean().
| H5_DLL herr_t H5C_log_write_mark_entry_dirty_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_mark_entry_dirty_log_msg.
Referenced by H5AC_mark_entry_dirty().
| H5_DLL herr_t H5C_log_write_mark_serialized_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
| H5_DLL herr_t H5C_log_write_mark_unserialized_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
| H5_DLL herr_t H5C_log_write_move_entry_msg | ( | H5C_t * | cache, |
| haddr_t | old_addr, | ||
| haddr_t | new_addr, | ||
| int | type_id, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_move_entry_log_msg.
Referenced by H5AC_move_entry().
| H5_DLL herr_t H5C_log_write_pin_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_pin_entry_log_msg.
Referenced by H5AC_pin_protected_entry().
| H5_DLL herr_t H5C_log_write_protect_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| int | type_id, | ||
| unsigned | flags, | ||
| herr_t | fxn_ret_value | ||
| ) |
| H5_DLL herr_t H5C_log_write_remove_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_remove_entry_log_msg.
Referenced by H5AC_remove_entry().
| H5_DLL herr_t H5C_log_write_resize_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| size_t | new_size, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_resize_entry_log_msg.
Referenced by H5AC_resize_entry().
| H5_DLL herr_t H5C_log_write_set_cache_config_msg | ( | H5C_t * | cache, |
| const H5AC_cache_config_t * | config, | ||
| herr_t | fxn_ret_value | ||
| ) |
| H5_DLL herr_t H5C_log_write_unpin_entry_msg | ( | H5C_t * | cache, |
| const H5C_cache_entry_t * | entry, | ||
| herr_t | fxn_ret_value | ||
| ) |
References H5C_log_info_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_unpin_entry_log_msg.
Referenced by H5AC_unpin_entry().
| H5_DLL herr_t H5C_log_write_unprotect_entry_msg | ( | H5C_t * | cache, |
| haddr_t | address, | ||
| int | type_id, | ||
| unsigned | flags, | ||
| herr_t | fxn_ret_value | ||
| ) |
References address, H5C_log_info_t::cls, FAIL, flags, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), H5C_t::log_info, ret_value, H5C_log_info_t::udata, and H5C_log_class_t::write_unprotect_entry_log_msg.
Referenced by H5AC_unprotect().