mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-analyze: include inode when creating ELF
We want to know the inode of the FD that was mmaped so that we can check the requested inode when processing the address map from a particular process.
This commit is contained in:
@ -30,6 +30,7 @@ G_DECLARE_FINAL_TYPE (SysprofElf, sysprof_elf, SYSPROF, ELF, GObject)
|
||||
|
||||
SysprofElf *sysprof_elf_new (const char *filename,
|
||||
GMappedFile *mapped_file,
|
||||
guint64 file_inode,
|
||||
GError **error);
|
||||
gboolean sysprof_elf_matches (SysprofElf *self,
|
||||
guint64 file_inode,
|
||||
|
||||
Reference in New Issue
Block a user