From 682f50249457053a0e1919f6a84318bc4b05c96a Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Thu, 6 Nov 2008 22:37:08 -0500 Subject: PR6998: Add default kernel symbols to profile. --- tapsets.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tapsets.cxx') 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 & finished_results) { + sess.unwindsym_modules.insert ("kernel"); finished_results.push_back(new profile_derived_probe(sess, base, location)); } }; -- cgit