summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 0767d4bf..4a8432f7 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -6164,7 +6164,7 @@ tracepoint_builder::init_dw(systemtap_session& s)
// TODO: consider other sources of tracepoint headers too, like from
// a command-line parameter or some environment or .systemtaprc
- dw = new dwflpp(s, tracequery_modules);
+ dw = new dwflpp(s, tracequery_modules, true);
return true;
}