mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof: add helper to decode symbols with address range
This commit is contained in:
@ -35,6 +35,16 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
G_DECLARE_FINAL_TYPE (SysprofElfSymbolResolver, sysprof_elf_symbol_resolver, SYSPROF, ELF_SYMBOL_RESOLVER, GObject)
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofSymbolResolver *sysprof_elf_symbol_resolver_new (void);
|
||||
SysprofSymbolResolver *sysprof_elf_symbol_resolver_new (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_elf_symbol_resolver_resolve_full (SysprofElfSymbolResolver *self,
|
||||
guint64 time,
|
||||
GPid pid,
|
||||
SysprofAddressContext context,
|
||||
SysprofCaptureAddress address,
|
||||
SysprofCaptureAddress *begin,
|
||||
SysprofCaptureAddress *end,
|
||||
gchar **name,
|
||||
GQuark *tag);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user