diff options
author | Josh Stone <jistone@redhat.com> | 2009-03-06 19:43:28 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-03-06 19:43:28 -0800 |
commit | cb481ce9062cf0175bf5a86ef91bf45e7885162e (patch) | |
tree | e714d8d08f6372c3f1158806a9cb3a0ec55c3466 /buildrun.h | |
parent | 730aaa7ac9847816d4dbb3ebef039add3b5a82a7 (diff) | |
parent | bc724b8b2ee799f23a64aee42d5e439d1666ecaa (diff) | |
download | systemtap-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |