diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2008-11-06 22:37:08 -0500 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2008-11-06 22:37:08 -0500 |
commit | 682f50249457053a0e1919f6a84318bc4b05c96a (patch) | |
tree | e3093684f818878dc66914dcd38ef3ab6c7b2e24 /tapsets.cxx | |
parent | 6289cc1a47af070486da1595609b6e2aa79514a3 (diff) | |
download | systemtap-steved-682f50249457053a0e1919f6a84318bc4b05c96a.tar.gz systemtap-steved-682f50249457053a0e1919f6a84318bc4b05c96a.tar.xz systemtap-steved-682f50249457053a0e1919f6a84318bc4b05c96a.zip |
PR6998: Add default kernel symbols to profile.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 1 |
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)); } }; |