mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
tools: track function declaration change
This commit is contained in:
@ -350,6 +350,7 @@ static void
|
|||||||
augment_sample_cb (SysprofCallgraph *callgraph,
|
augment_sample_cb (SysprofCallgraph *callgraph,
|
||||||
SysprofCallgraphNode *node,
|
SysprofCallgraphNode *node,
|
||||||
SysprofDocumentFrame *frame,
|
SysprofDocumentFrame *frame,
|
||||||
|
gboolean summarize,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
Augment *aug;
|
Augment *aug;
|
||||||
@ -373,6 +374,7 @@ static void
|
|||||||
augment_memprof_cb (SysprofCallgraph *callgraph,
|
augment_memprof_cb (SysprofCallgraph *callgraph,
|
||||||
SysprofCallgraphNode *node,
|
SysprofCallgraphNode *node,
|
||||||
SysprofDocumentFrame *frame,
|
SysprofDocumentFrame *frame,
|
||||||
|
gboolean summarize,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
SysprofDocumentAllocation *alloc = (SysprofDocumentAllocation *)frame;
|
SysprofDocumentAllocation *alloc = (SysprofDocumentAllocation *)frame;
|
||||||
|
|||||||
Reference in New Issue
Block a user