Hello, I have gotten most of my benchmarks up and running including the Cloudsuite benchmarks. So far the data looks reasonable.
I have added some counters to the NetShim component to count the number of messages in privileged mode. Unfortunately I am seeing 100% in user mode. I found this line in uArchImpl.cpp: > tracker->setOS(false); //TWENISCH - need to set this properly in sendMemoryMessages(). So I think this might be where the problem is. The only place I can find where thePriv is being set is inside the Decoupled Feeder module for tracing. Is there some way to get the user/system mode information from the virtual address when the memory message is created? Or is there somewhere else I can set the privilege mode? Thanks, Diana
