diff --git a/lib/callgraph/sp-callgraph-profile.c b/lib/callgraph/sp-callgraph-profile.c index 9d6e8c95..9ff538aa 100644 --- a/lib/callgraph/sp-callgraph-profile.c +++ b/lib/callgraph/sp-callgraph-profile.c @@ -363,11 +363,12 @@ sp_callgraph_profile_generate_worker (GTask *task, GQuark tag = 0; gchar *str; - str = sp_symbol_resolver_resolve (resolver, - sample->frame.time, - sample->frame.pid, - address, - &tag); + str = sp_symbol_resolver_resolve_with_context (resolver, + sample->frame.time, + sample->frame.pid, + context, + address, + &tag); if (str != NULL) {