summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 5c98507a..b5420693 100644
--- a/staptree.h
+++ b/staptree.h
@@ -306,8 +306,13 @@ struct print_format: public expression
}
};
+ print_format()
+ : hist(NULL)
+ {}
+
std::vector<format_component> components;
std::vector<expression*> args;
+ hist_op *hist;
static std::string components_to_string(std::vector<format_component> const & components);
static std::vector<format_component> string_to_components(std::string const & str);