misc: Make decode_packet_trace.py print the new master ID fields.
authorGabe Black <gabeblack@google.com>
Thu, 5 Oct 2017 02:29:49 +0000 (19:29 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 5 Oct 2017 09:15:40 +0000 (09:15 +0000)
commitbb23c5075e7a247eaa452a5c7d9bae4c785f730e
tree9125a3ae8e4f05cca63df06c179fee00b1947c36
parentdad2ed25ed5bc88683988ec898f31e2da0d071ed
misc: Make decode_packet_trace.py print the new master ID fields.

Those fields are "repeated" which means they can appear zero times, which
they will in older style traces.

Change-Id: Ib6ff4aab521332cf1405549d0d6e922c51c12f32
Reviewed-on: https://gem5-review.googlesource.com/5003
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
util/decode_packet_trace.py