Looks good. Or at least, it looks to be the same as it was originally.

Reviewed-by:  John Harrison <[email protected]>


On 12/20/2017 1:38 AM, Tvrtko Ursulin wrote:
From: Tvrtko Ursulin <[email protected]>

Last refactoring introduced a copy and paste error, fix it.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Reported-by: John Harrison <[email protected]>
Cc: John Harrison <[email protected]>
---
  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'});
                }

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to