summaryrefslogtreecommitdiffstats
path: root/buildrun.h
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-03-06 19:43:28 -0800
committerJosh Stone <jistone@redhat.com>2009-03-06 19:43:28 -0800
commitcb481ce9062cf0175bf5a86ef91bf45e7885162e (patch)
treee714d8d08f6372c3f1158806a9cb3a0ec55c3466 /buildrun.h
parent730aaa7ac9847816d4dbb3ebef039add3b5a82a7 (diff)
parentbc724b8b2ee799f23a64aee42d5e439d1666ecaa (diff)
downloadsystemtap-steved-cb481ce9062cf0175bf5a86ef91bf45e7885162e.tar.gz
systemtap-steved-cb481ce9062cf0175bf5a86ef91bf45e7885162e.tar.xz
systemtap-steved-cb481ce9062cf0175bf5a86ef91bf45e7885162e.zip
Merge branch 'tracepoints'
Diffstat (limited to 'buildrun.h')
-rw-r--r--buildrun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.h b/buildrun.h
index 98c81251..88127449 100644
--- a/buildrun.h
+++ b/buildrun.h
@@ -14,6 +14,7 @@
int compile_pass (systemtap_session& s);
int run_pass (systemtap_session& s);
+int make_tracequery(systemtap_session& s, std::string& name);
#endif // BUILDRUN_H