tools: track function declaration change

This commit is contained in:
Christian Hergert
2023-06-13 12:34:36 -07:00
parent a9f149ec3d
commit 81eafb9232

View File

@ -350,6 +350,7 @@ static void
augment_sample_cb (SysprofCallgraph *callgraph,
SysprofCallgraphNode *node,
SysprofDocumentFrame *frame,
gboolean summarize,
gpointer user_data)
{
Augment *aug;
@ -373,6 +374,7 @@ static void
augment_memprof_cb (SysprofCallgraph *callgraph,
SysprofCallgraphNode *node,
SysprofDocumentFrame *frame,
gboolean summarize,
gpointer user_data)
{
SysprofDocumentAllocation *alloc = (SysprofDocumentAllocation *)frame;