summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-12-19 10:03:35 -0500
committerElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-12-19 10:03:35 -0500
commit30c94a80d5f7bef33450bd1a7e090c8e99b6db89 (patch)
tree17860ed41e259e5c12bc748968ee895d376644cf /staptree.h
parent0b7f181e1096f8833e24a60a7c0f97ecc063b9f4 (diff)
downloadsystemtap-steved-30c94a80d5f7bef33450bd1a7e090c8e99b6db89.tar.gz
systemtap-steved-30c94a80d5f7bef33450bd1a7e090c8e99b6db89.tar.xz
systemtap-steved-30c94a80d5f7bef33450bd1a7e090c8e99b6db89.zip
First attempt at printf kernel memory hex dump
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 069c9bcc..12d84698 100644
--- a/staptree.h
+++ b/staptree.h
@@ -289,6 +289,7 @@ struct print_format: public expression
conv_string,
conv_char,
conv_memory,
+ conv_memory_hex,
conv_literal,
conv_binary
};