summaryrefslogtreecommitdiffstats
path: root/session.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 /session.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 'session.h')
-rw-r--r--session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index e6d8eb82..8fa491fd 100644
--- a/session.h
+++ b/session.h
@@ -37,6 +37,7 @@ struct task_finder_derived_probe_group;
struct timer_derived_probe_group;
struct profile_derived_probe_group;
struct mark_derived_probe_group;
+struct tracepoint_derived_probe_group;
struct hrtimer_derived_probe_group;
struct perfmon_derived_probe_group;
struct procfs_derived_probe_group;
@@ -162,6 +163,7 @@ struct systemtap_session
timer_derived_probe_group* timer_derived_probes;
profile_derived_probe_group* profile_derived_probes;
mark_derived_probe_group* mark_derived_probes;
+ tracepoint_derived_probe_group* tracepoint_derived_probes;
hrtimer_derived_probe_group* hrtimer_derived_probes;
perfmon_derived_probe_group* perfmon_derived_probes;
procfs_derived_probe_group* procfs_derived_probes;