libsysprof-analyze: include final address context

We may need to know the final address context so we can inject symbols as
necessary into the top of the callgraph. We know it when generating the
symbols, so just yield it to the caller too.
This commit is contained in:
Christian Hergert
2023-05-25 11:15:07 -07:00
parent 1b0434c854
commit 6f90a552e7
4 changed files with 19 additions and 5 deletions

View File

@ -55,7 +55,8 @@ SYSPROF_AVAILABLE_IN_ALL
guint sysprof_document_symbolize_traceable (SysprofDocument *self,
SysprofDocumentTraceable *traceable,
SysprofSymbol **symbols,
guint n_symbols);
guint n_symbols,
SysprofAddressContext *final_context);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_document_callgraph_async (SysprofDocument *self,
GListModel *traceables,