From 8a47f72749d566e5be0c7bb1b61e44339f0f8ecc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 29 Jan 2018 01:30:24 -0800 Subject: [PATCH] callgraph: use last valid context --- lib/callgraph/sp-callgraph-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/callgraph/sp-callgraph-profile.c b/lib/callgraph/sp-callgraph-profile.c index f224638c..a29a16e9 100644 --- a/lib/callgraph/sp-callgraph-profile.c +++ b/lib/callgraph/sp-callgraph-profile.c @@ -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);