fix plugins for new API

This commit is contained in:
Andrew Case
2018-12-27 22:41:03 +00:00
committed by ikelos
parent 731447000d
commit 984615ebba
5 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class Maps(plugins.PluginInterface):
minor = inode_object.i_sb.minor
inode = inode_object.i_ino
path = vma.get_name(task)
path = vma.get_name(self.context, task)
yield (0, (task.pid, name, format_hints.Hex(vma.vm_start), format_hints.Hex(vma.vm_end), flags,
format_hints.Hex(page_offset), major, minor, inode, path))