cpu: add support for outputing a protobuf formatted CPU trace
Doesn't support x86 due to static instruction representation. --HG-- rename : src/cpu/CPUTracers.py => src/cpu/InstPBTrace.py
This commit is contained in:
@@ -42,4 +42,5 @@ Import('*')
|
||||
# Only build if we have protobuf support
|
||||
if env['HAVE_PROTOBUF']:
|
||||
ProtoBuf('packet.proto')
|
||||
ProtoBuf('inst.proto')
|
||||
Source('protoio.cc')
|
||||
|
||||
Reference in New Issue
Block a user