libsysprof-analyze: give access to SysprofElf filename

This commit is contained in:
Christian Hergert
2023-05-18 13:10:51 -07:00
parent 487e88c8f0
commit da58a52bf3
2 changed files with 21 additions and 0 deletions

View File

@ -30,6 +30,7 @@ G_DECLARE_FINAL_TYPE (SysprofElf, sysprof_elf, SYSPROF, ELF, GObject)
SysprofElf *sysprof_elf_new (const char *filename,
GError **error);
const char *sysprof_elf_get_file (SysprofElf *self);
const char *sysprof_elf_get_build_id (SysprofElf *self);
const char *sysprof_elf_get_debug_link (SysprofElf *self);
const char *sysprof_elf_get_symbol_at_address (SysprofElf *self,