summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 25d88a9c..8d371a8a 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -7339,6 +7339,7 @@ struct profile_builder: public derived_probe_builder
literal_map_t const &,
vector<derived_probe *> & finished_results)
{
+ sess.unwindsym_modules.insert ("kernel");
finished_results.push_back(new profile_derived_probe(sess, base, location));
}
};