Re: [gem5-users] 'MemTraceProbe' is not defined

2017-11-23 Thread Serhat Gesoglu
Hello, Well, it turns out that I somehow removed the line imports MemTraceProbe in BaseCPU.py while trying to figure out what was wrong with protoc. Just in case someone else has a similar problem, MemTraceProbe should also be imported along with CommMonitor to attach a probe to a monitor.

Re: [gem5-users] MemTraceProbe is not defined

2016-02-16 Thread Radhika Jagtap
Hi Farzin, Could you check you have installed google protobuf installed? Once you install it you need to re-build gem5. To install on a Linux machine you could do the foll: sudo apt-get install protobuf-compiler libprotobuf-dev Radhika From: gem5-users [mailto:gem5-users-boun...@gem5.org] On