mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof-dump: print allocation call stacks
This commit is contained in:
@ -324,6 +324,9 @@ main (gint argc,
|
|||||||
ev->frame.pid, ev->tid,
|
ev->frame.pid, ev->tid,
|
||||||
ev->alloc_addr, ev->alloc_size,
|
ev->alloc_addr, ev->alloc_size,
|
||||||
ev->frame.time, ptime);
|
ev->frame.time, ptime);
|
||||||
|
|
||||||
|
for (guint i = 0; i < ev->n_addrs; i++)
|
||||||
|
g_print (" " SYSPROF_CAPTURE_ADDRESS_FORMAT "\n", ev->addrs[i]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user