mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Revert accidental commit of stackstash reorganisation
This commit is contained in:
@ -25,13 +25,15 @@
|
||||
|
||||
typedef struct StackStash StackStash;
|
||||
|
||||
typedef void (* StackFunction) (GSList *trace,
|
||||
typedef void (* StackFunction) (Process *process,
|
||||
GSList *trace,
|
||||
gint size,
|
||||
gpointer data);
|
||||
|
||||
/* Stach */
|
||||
StackStash *stack_stash_new (void);
|
||||
void stack_stash_add_trace (StackStash *stash,
|
||||
Process *process,
|
||||
gulong *addrs,
|
||||
gint n_addrs,
|
||||
int size);
|
||||
|
||||
Reference in New Issue
Block a user