summaryrefslogtreecommitdiff
path: root/overlay/gpu-top.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-05-10 14:09:16 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-10 14:10:22 +0100
commitef430bd6394b5e51d7474996b9599f726115911a (patch)
treef1dea7883ba2291c6bf10f20a2a2b08963569286 /overlay/gpu-top.c
parent43f6fceef90149872011bdf2aeaabcae585ec654 (diff)
overlay: Fixup new layout of tracepoints
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-top.c')
-rw-r--r--overlay/gpu-top.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/gpu-top.c b/overlay/gpu-top.c
index 4097cd06..891a7ea7 100644
--- a/overlay/gpu-top.c
+++ b/overlay/gpu-top.c
@@ -69,8 +69,9 @@ static int perf_init(struct gpu_top *gt)
{
const char *names[] = {
"RCS",
- "VCS",
"BCS",
+ "VCS0",
+ "VCS1",
NULL,
};
int n;