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:
@ -57,8 +57,10 @@ read_trace (StackStash *stash,
|
||||
process_ensure_map (process, trace->pid,
|
||||
(gulong)trace->addresses[i]);
|
||||
}
|
||||
|
||||
add_trace_to_stash (&trace, stash);
|
||||
|
||||
stack_stash_add_trace (
|
||||
stash, process,
|
||||
(gulong *)trace->addresses, trace->n_addresses, 1);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user