]> sourceware.org Git - systemtap.git/blobdiff - task_finder.h
Consolidate task_finder/vma tracker initialization.
[systemtap.git] / task_finder.h
index 99419e32bc9b28d50a26d61d2487ab700a210f18..c291a651567be9c3a5ef4f5f4d36c4da0c1f2fd4 100644 (file)
 // 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);
+// Declare that vma tracker is needed in this session,
+// implies that the task_finder is needed.
+void enable_vma_tracker(systemtap_session& s);
+
+// Whether the vma tracker is needed in this session.
+bool vma_tracker_enabled(systemtap_session& s);
 
 #endif // TASK_FINDER_H
 
This page took 0.022791 seconds and 5 git commands to generate.