diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-08 12:01:45 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-08 12:01:45 -0400 |
commit | bdf70a5d466fa9c1559a93ab71603981f1c0d753 (patch) | |
tree | 9dcacb67e60b3754129ff8b484878a994f6a7f75 /tapsets.h | |
parent | 271691992a2e790cfa40df61b42de38be75d0677 (diff) | |
parent | 619d9aaf011c975159a79d34259083a596162bf1 (diff) | |
download | systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.gz systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.xz systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapsets.h')
-rw-r--r-- | tapsets.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ void register_standard_tapsets(systemtap_session& sess); std::vector<derived_probe_group*> all_session_groups(systemtap_session& s); -int dwfl_report_offline_predicate (const char* modname, const char* filename); void common_probe_entryfn_prologue (translator_output* o, std::string statestr, std::string new_pp, bool overload_processing = true); void common_probe_entryfn_epilogue (translator_output* o, bool overload_processing = true); |