intel/tools/aubwrite: Rename "legacy" to "Trace Block".
authorRafael Antognolli <rafael.antognolli@intel.com>
Tue, 21 Aug 2018 16:47:17 +0000 (09:47 -0700)
committerRafael Antognolli <rafael.antognolli@intel.com>
Wed, 22 Aug 2018 19:52:41 +0000 (12:52 -0700)
Hopefully it's a little more descriptive, and more accurate.

Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/tools/aub_write.c

index e92bdaf5ed48211daeeb4a5b601a4e73c017d975..5d59b4ef28a5c6dfe4dc4bb1f5c7dc539c099f2b 100644 (file)
@@ -478,7 +478,7 @@ aub_write_trace_block(struct aub_file *aub,
                                            ppgtt_lookup(aub, gtt_offset + offset),
                                            block_size,
                                            AUB_MEM_TRACE_MEMORY_ADDRESS_SPACE_PHYSICAL,
-                                           "legacy");
+                                           "Trace Block");
       } else {
          dword_out(aub, CMD_AUB_TRACE_HEADER_BLOCK |
                         ((aub->addr_bits > 32 ? 6 : 5) - 2));