summaryrefslogtreecommitdiffstats
path: root/tapset/logging.stp
diff options
context:
space:
mode:
authorhunt <hunt>2006-09-18 18:01:35 +0000
committerhunt <hunt>2006-09-18 18:01:35 +0000
commitf871d3f10c0fac033fa55532c34e9c406343ae2d (patch)
tree96dd452134d38c07b96509e29cd4b8add476def6 /tapset/logging.stp
parentaa14db816a565c3a1e958f1c1f82692707fae673 (diff)
downloadsystemtap-steved-f871d3f10c0fac033fa55532c34e9c406343ae2d.tar.gz
systemtap-steved-f871d3f10c0fac033fa55532c34e9c406343ae2d.tar.xz
systemtap-steved-f871d3f10c0fac033fa55532c34e9c406343ae2d.zip
2006-09-18 Martin Hunt <hunt@redhat.com>
* logging.stp (stp_print_binary): New function. * string.stp: Fix docs.
Diffstat (limited to 'tapset/logging.stp')
-rw-r--r--tapset/logging.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp
index dcd9741a..3b0f9df5 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -31,3 +31,8 @@ function error (msg:string) %{
CONTEXT->last_error = THIS->msg;
CONTEXT->last_stmt = NULL;
%}
+
+function stp_print_binary(n:long, arg1:long, arg2:long, arg3:long, arg4:long) %{
+ _stp_print_binary (THIS->n, THIS->arg1, THIS->arg2, THIS->arg3, THIS->arg4);
+%}
+