From: Tvrtko Ursulin <tursulin@ursulin.net>
To: igt-dev@lists.freedesktop.org
Cc: Intel-gfx@lists.freedesktop.org,
Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Subject: [igt-dev] [PATCH i-g-t v2] intel-gpu-overlay: Update for renamed tracepoints
Date: Thu, 15 Mar 2018 10:01:22 +0000 [thread overview]
Message-ID: <20180315100122.10336-1-tvrtko.ursulin@linux.intel.com> (raw)
In-Reply-To: <20180305124158.22793-1-tvrtko.ursulin@linux.intel.com>
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Request tracepoints have been renames so update the tool to be able to
find them.
v2: Only support new names.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
overlay/gpu-perf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/overlay/gpu-perf.c b/overlay/gpu-perf.c
index 0abd937e3618..ea3480050ab9 100644
--- a/overlay/gpu-perf.c
+++ b/overlay/gpu-perf.c
@@ -90,9 +90,9 @@ struct tracepoint {
int global_seqno_field;
int plane_field;
} tracepoints[TP_NB] = {
- [TP_GEM_REQUEST_ADD] = { .name = "i915/i915_gem_request_add", },
- [TP_GEM_REQUEST_WAIT_BEGIN] = { .name = "i915/i915_gem_request_wait_begin", },
- [TP_GEM_REQUEST_WAIT_END] = { .name = "i915/i915_gem_request_wait_end", },
+ [TP_GEM_REQUEST_ADD] = { .name = "i915/i915_request_add", },
+ [TP_GEM_REQUEST_WAIT_BEGIN] = { .name = "i915/i915_request_wait_begin", },
+ [TP_GEM_REQUEST_WAIT_END] = { .name = "i915/i915_request_wait_end", },
[TP_FLIP_COMPLETE] = { .name = "i915/flip_complete", },
[TP_GEM_RING_SYNC_TO] = { .name = "i915/gem_ring_sync_to", },
[TP_GEM_RING_SWITCH_CONTEXT] = { .name = "i915/gem_ring_switch_context", },
--
2.14.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2018-03-15 10:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-05 12:41 [igt-dev] [PATCH i-g-t] intel-gpu-overlay: Update for renamed tracepoints Tvrtko Ursulin
2018-03-05 16:14 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-03-05 20:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-03-06 10:58 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2018-03-06 11:17 ` [Intel-gfx] " Tvrtko Ursulin
2018-03-15 10:01 ` Tvrtko Ursulin [this message]
2018-03-15 10:32 ` [Intel-gfx] [PATCH i-g-t v2] " Chris Wilson
2018-03-15 12:24 ` [igt-dev] ✗ Fi.CI.BAT: warning for intel-gpu-overlay: Update for renamed tracepoints (rev2) 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=20180315100122.10336-1-tvrtko.ursulin@linux.intel.com \
--to=tursulin@ursulin.net \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=tvrtko.ursulin@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox