mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: track function declaration change
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user