diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -30,7 +30,7 @@ $Source = ""; %TypeString = ("haddr_t" => "a", "hbool_t" => "b", "double" => "d", - "H5AC_cache_config_t*" => "x", + "H5_iter_order_t" => "Io", "H5D_alloc_time_t" => "Da", "H5D_fill_time_t" => "Df", "H5D_fill_value_t" => "DF", @@ -45,11 +45,9 @@ $Source = ""; "H5E_type_t" => "Et", "H5F_close_degree_t" => "Fd", "H5F_scope_t" => "Fs", - "H5FD_t*" => "x", - "H5FD_class_t*" => "x", - "H5FD_stream_fapl_t*" => "x", "H5G_obj_t" => "Go", "H5G_stat_t*" => "Gs", + "H5L_index_t" => "Li", "H5L_type_t" => "Ll", "unsigned long" => "Lu", "hsize_t" => "h", @@ -84,11 +82,18 @@ $Source = ""; "void**" => "x", "FILE*" => "x", "H5A_operator_t" => "x", + "H5AC_cache_config_t*" => "x", "H5D_operator_t" => "x", "H5E_auto_t" => "x", + "H5E_auto_stack_t" => "x", "H5E_walk_t" => "x", + "H5E_walk_stack_t" => "x", + "H5FD_t*" => "x", + "H5FD_class_t*" => "x", + "H5FD_stream_fapl_t*" => "x", "H5G_iterate_t" => "x", "H5L_class_t" => "x", + "H5L_iterate_t" => "x", "H5MM_allocate_t" => "x", "H5MM_free_t" => "x", "H5P_cls_create_func_t" => "x", |