mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraph: use last valid context
This commit is contained in:
@ -368,7 +368,7 @@ sp_callgraph_profile_generate_worker (GTask *task,
|
||||
str = sp_symbol_resolver_resolve_with_context (resolver,
|
||||
sample->frame.time,
|
||||
sample->frame.pid,
|
||||
context,
|
||||
last_context,
|
||||
address,
|
||||
&tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user