mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Make stack_stash_add_trace() return a pointer to the trace
This commit is contained in:
@ -62,7 +62,7 @@ typedef void (* StackNodeFunc) (StackNode *node,
|
||||
/* Stach */
|
||||
StackStash *stack_stash_new (GDestroyNotify destroy);
|
||||
StackNode * stack_node_new (StackStash *stash);
|
||||
void stack_stash_add_trace (StackStash *stash,
|
||||
StackNode * stack_stash_add_trace (StackStash *stash,
|
||||
uint64_t *addrs,
|
||||
gint n_addrs,
|
||||
int size);
|
||||
|
||||
Reference in New Issue
Block a user