All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] scripts/trace.pl: Fix ring ignore
@ 2017-12-19  8:46 Tvrtko Ursulin
  2017-12-19  9:06 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tvrtko Ursulin @ 2017-12-19  8:46 UTC (permalink / raw)
  To: Intel-gfx

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-19  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19  8:46 [PATCH i-g-t] scripts/trace.pl: Fix ring ignore Tvrtko Ursulin
2017-12-19  9:06 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-12-19  9:15 ` [PATCH i-g-t] " Chris Wilson
2017-12-19  9:54 ` ✗ Fi.CI.IGT: warning for " Patchwork

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.