diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 35e049cfad9..aa1b1d53d7e 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -439,7 +439,9 @@ read_data_file(FILE *file) const char *name; } buffers[] = { { "ringbuffer", "ring buffer" }, + { "ring", "ring buffer" }, { "gtt_offset", "batch buffer" }, + { "batch", "batch buffer" }, { "hw context", "HW Context" }, { "hw status", "HW status" }, { "wa context", "WA context" },