sysprof-dump: print allocation call stacks

This commit is contained in:
Christian Hergert
2023-02-20 19:46:09 -08:00
parent 81909d967a
commit d7d073505c

View File

@ -324,6 +324,9 @@ main (gint argc,
ev->frame.pid, ev->tid,
ev->alloc_addr, ev->alloc_size,
ev->frame.time, ptime);
for (guint i = 0; i < ev->n_addrs; i++)
g_print (" " SYSPROF_CAPTURE_ADDRESS_FORMAT "\n", ev->addrs[i]);
}
break;