From 205fb7c915f9327175f31cd0f66b623183af3c87 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 8 Jul 2020 21:42:48 -0700 Subject: Added missing types to bin/trace after develop normalization. --- bin/trace | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/trace b/bin/trace index 1a39891..ab7a92c 100755 --- a/bin/trace +++ b/bin/trace @@ -68,6 +68,7 @@ $Source = ""; "unsigned" => "Iu", "unsigned int" => "Iu", "uint32_t" => "Iu", + "uint64_t" => "UL", "H5I_type_t" => "It", "H5G_link_t" => "Ll", #Same as H5L_type_t now "H5L_type_t" => "Ll", @@ -98,6 +99,7 @@ $Source = ""; "unsigned long long" => "UL", "void" => "x", "FILE" => "x", + "H5_alloc_stats_t" => "x", "H5A_operator_t" => "x", "H5A_operator1_t" => "x", "H5A_operator2_t" => "x", -- cgit v0.12