summaryrefslogtreecommitdiffstats
path: root/task_finder.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-08-13 22:53:44 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-08-14 09:04:18 -0400
commit671ceda847955e31bc3ab310eb180fdc687a2ca8 (patch)
tree9fcfa58a88eef99b3c326da8ed641c9a93ffa610 /task_finder.h
parentb9bee53ec058c142ac5ba010224dd75669d61ad5 (diff)
downloadsystemtap-steved-671ceda847955e31bc3ab310eb180fdc687a2ca8.tar.gz
systemtap-steved-671ceda847955e31bc3ab310eb180fdc687a2ca8.tar.xz
systemtap-steved-671ceda847955e31bc3ab310eb180fdc687a2ca8.zip
PR10228: use task_finder_vma for -d /user/object files.
* main.cxx (main): For "-d /path" arguments, enable task finder. * runtime/sym.h (_stp_module): Add *vmcb member. * task_finder{.cxx,.h} (emit_vma_callback_probe_decl): Zap. * tapset-itrace.cxx, tapset-utrace.cxx: Use unwindsyms_modules instead. * tapsets.cxx (uprobe::emit_module_decls): Ditto. * translate.cxx (emit_module_init): Emit task finder registrations for vmcb's associated with _stp_modules. (dump_unwindsyms): Associate vmcbs with user-space unwindsyms entries.
Diffstat (limited to 'task_finder.h')
-rw-r--r--task_finder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/task_finder.h b/task_finder.h
index 99419e32..8f93c697 100644
--- a/task_finder.h
+++ b/task_finder.h
@@ -12,8 +12,6 @@
// Declare that task_finder is needed in this session
void enable_task_finder(systemtap_session& s);
-// Helper function to emit vma tracker callbacks.
-void emit_vma_callback_probe_decl (systemtap_session& s, std::string path, int64_t pid);
#endif // TASK_FINDER_H