diff options
author | Dave Brolley <brolley@redhat.com> | 2008-07-29 13:47:31 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-07-29 13:47:31 -0400 |
commit | e59868d97dbe9b28ea2f3730252c38a582b19a0f (patch) | |
tree | 174b1a65cabaf6fbf74ae888ec7ee331ae2441c1 /elaborate.cxx | |
parent | 0e47827d5f461ceb0e67540adba7bc2fe3a360da (diff) | |
parent | a96d1db083ba958e4da2a212dd044c52d001511a (diff) | |
download | systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.tar.gz systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.tar.xz systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
ChangeLog
testsuite/ChangeLog
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 73358a1d..0950b086 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1187,6 +1187,7 @@ systemtap_session::systemtap_session (): dwarf_derived_probes(0), uprobe_derived_probes(0), utrace_derived_probes(0), + itrace_derived_probes(0), task_finder_derived_probes(0), timer_derived_probes(0), profile_derived_probes(0), |