summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-17 21:02:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-17 21:02:48 (GMT)
commit7205052027f271177c84f5df4f17df5a8f344294 (patch)
tree952dba343bda5ba19845ce10bd4579b70236ceac /bin/trace
parent0ede5b8c9c70e7e86b0d0aba1382bbe685ca3c62 (diff)
downloadhdf5-7205052027f271177c84f5df4f17df5a8f344294.zip
hdf5-7205052027f271177c84f5df4f17df5a8f344294.tar.gz
hdf5-7205052027f271177c84f5df4f17df5a8f344294.tar.bz2
[svn-r12940] Description:
Add some more types to tracing script and regenerate TRACE macros, etc. Tested on: Linux/32 2.4 (heping)
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace13
1 files changed, 9 insertions, 4 deletions
diff --git a/bin/trace b/bin/trace
index c35c2bf..e4df980 100755
--- a/bin/trace
+++ b/bin/trace
@@ -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",