summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorWill Cohen <wcohen@redhat.com>2010-03-17 11:15:24 -0400
committerJosh Stone <jistone@redhat.com>2010-03-17 12:07:15 -0700
commit83ea76b1c27ffd25dfcec5805f54cc5e29d80bf7 (patch)
treec79b32282224889f13ac0170500bdd7d5eac5d82 /elaborate.cxx
parent28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 (diff)
downloadsystemtap-steved-83ea76b1c27ffd25dfcec5805f54cc5e29d80bf7.tar.gz
systemtap-steved-83ea76b1c27ffd25dfcec5805f54cc5e29d80bf7.tar.xz
systemtap-steved-83ea76b1c27ffd25dfcec5805f54cc5e29d80bf7.zip
Start of perf tapset parsing
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index f656ff92..ba156b2b 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -1539,6 +1539,7 @@ systemtap_session::systemtap_session ():
dwarf_derived_probes(0),
kprobe_derived_probes(0),
hwbkpt_derived_probes(0),
+ perf_derived_probes(0),
uprobe_derived_probes(0),
utrace_derived_probes(0),
itrace_derived_probes(0),