From 888af770ba125802efa0f9209064be7b5d000f87 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 26 May 2007 01:55:20 +0000 Subject: 2007-05-25 Frank Ch. Eigler PR 4255 teaser. * elaborate.cxx (has_null_param): New function. * elaborate.h: Declare it. * session.h: Include uprobe_derived_probes group. * tapsets.cxx (uprobe_*): New classes. (all_session_groups): List uprobes in list. (register_standard_tapset): Interpret process(#).statement(#).absolute and process(#).statement(#).absolute.return probe points. --- elaborate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elaborate.h') diff --git a/elaborate.h b/elaborate.h index 71811193..ec49e126 100644 --- a/elaborate.h +++ b/elaborate.h @@ -181,6 +181,8 @@ struct derived_probe_builder virtual ~derived_probe_builder() {} virtual void build_no_more (systemtap_session &) {} + static bool has_null_param (std::map const & parameters, + const std::string& key); static bool get_param (std::map const & parameters, const std::string& key, std::string& value); static bool get_param (std::map const & parameters, -- cgit