summaryrefslogtreecommitdiffstats
path: root/buildrun.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-08 21:15:01 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-08 21:15:01 -0400
commit38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6 (patch)
tree7a211e51e13e7e631306d90b17decda4497676b6 /buildrun.h
parent9d33454315110680fda3a926465c3002a0521431 (diff)
parent7574941533c7ca9a4b1715cbfd785f732be48266 (diff)
downloadsystemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.gz
systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.xz
systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'buildrun.h')
-rw-r--r--buildrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildrun.h b/buildrun.h
index 88a63a5e..54e78c1a 100644
--- a/buildrun.h
+++ b/buildrun.h
@@ -12,6 +12,8 @@
#include "elaborate.h"
int compile_pass (systemtap_session& s);
+bool uprobes_enabled (void);
+int make_uprobes (systemtap_session& s);
int run_pass (systemtap_session& s);