All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tvrtko Ursulin <tursulin@ursulin.net>
To: Intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t] scripts/trace.pl: Fix ring ignore
Date: Tue, 19 Dec 2017 08:46:52 +0000	[thread overview]
Message-ID: <20171219084652.3848-1-tvrtko.ursulin@linux.intel.com> (raw)

From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Breakage from previous refactoring.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reported-by: John Harrison <John.C.Harrison@intel.com>
Cc: John Harrison <John.C.Harrison@intel.com>
---
 scripts/trace.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/trace.pl b/scripts/trace.pl
index 588126ad46ab..98e4a9843a43 100755
--- a/scripts/trace.pl
+++ b/scripts/trace.pl
@@ -383,7 +383,7 @@ while (<>) {
 		$tp{$kv[0]} = $kv[1];
 	}
 
-	return undef if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
+	next if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
 
 	if ($tp_name eq 'i915_gem_request_wait_begin') {
 		my %rw;
-- 
2.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2017-12-19  8:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19  8:46 Tvrtko Ursulin [this message]
2017-12-19  9:06 ` ✓ Fi.CI.BAT: success for scripts/trace.pl: Fix ring ignore Patchwork
2017-12-19  9:15 ` [PATCH i-g-t] " Chris Wilson
2017-12-19  9:54 ` ✗ Fi.CI.IGT: warning for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171219084652.3848-1-tvrtko.ursulin@linux.intel.com \
    --to=tursulin@ursulin.net \
    --cc=Intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.