From 81eafb9232bfde38009b57ef8483a2b1a658c15a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 13 Jun 2023 12:34:36 -0700 Subject: [PATCH] tools: track function declaration change --- src/tools/callgraph.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/callgraph.c b/src/tools/callgraph.c index 011a6b14..e379b83d 100644 --- a/src/tools/callgraph.c +++ b/src/tools/callgraph.c @@ -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;