mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tools/decode: don't forget to print the name of the last ring
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
e98f308994
commit
6ed89f47ec
@ -367,7 +367,10 @@ read_data_file (FILE *file)
|
||||
}
|
||||
|
||||
if (count) {
|
||||
printf("%s at 0x%08x:\n", buffer_type[is_batch], gtt_offset);
|
||||
printf("%s (%s) at 0x%08x:\n",
|
||||
buffer_type[is_batch],
|
||||
ring_name,
|
||||
gtt_offset);
|
||||
intel_decode (data, count, gtt_offset, devid, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user