summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorhunt <hunt>2007-09-10 16:20:55 +0000
committerhunt <hunt>2007-09-10 16:20:55 +0000
commit604eef3b04a9d871afd89b300ea0af8bd124ef0c (patch)
tree0817dcc174c6654449e813fdba4d311755faa813 /session.h
parentf0d5b7785b8275fe4017b796e2fedcf7829f8db0 (diff)
downloadsystemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.tar.gz
systemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.tar.xz
systemtap-steved-604eef3b04a9d871afd89b300ea0af8bd124ef0c.zip
2007-09-10 Martin Hunt <hunt@redhat.com>
* tapsets.cxx, session.h, elaborate.cxx: Start of procfs interaction support. PR 1154.
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index 638e9f27..b7c9bac0 100644
--- a/session.h
+++ b/session.h
@@ -35,6 +35,7 @@ struct profile_derived_probe_group;
struct mark_derived_probe_group;
struct hrtimer_derived_probe_group;
struct perfmon_derived_probe_group;
+struct procfs_derived_probe_group;
struct embeddedcode;
struct translator_output;
struct unparser;
@@ -139,6 +140,7 @@ struct systemtap_session
mark_derived_probe_group* mark_derived_probes;
hrtimer_derived_probe_group* hrtimer_derived_probes;
perfmon_derived_probe_group* perfmon_derived_probes;
+ procfs_derived_probe_group* procfs_derived_probes;
// unparser data
translator_output* op;