From: Tvrtko Ursulin <tvrtko.ursu...@intel.com> Last refactoring introduced a copy and paste error, fix it.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursu...@intel.com> Reported-by: John Harrison <john.c.harri...@intel.com> Cc: John Harrison <john.c.harri...@intel.com> --- scripts/trace.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trace.pl b/scripts/trace.pl index 98e4a9843a43..ade0a9154bd7 100755 --- a/scripts/trace.pl +++ b/scripts/trace.pl @@ -416,7 +416,7 @@ while (<>) { if (exists $queue{$key}) { $ctxdb{$orig_ctx}++; - $tp{'ctx'} = sanitize_ctx($tp{'ctx'}, $tp{'ring'}); + $tp{'ctx'} = sanitize_ctx($orig_ctx, $tp{'ring'}); $key = db_key($tp{'ring'}, $tp{'ctx'}, $tp{'seqno'}); } -- 2.14.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx