Hi all,
I have a problem about the pintool that is used to generate the x86 trace. I want to skip the first 100000 instructions, so i use the command "-skipinst 100000". But i don't know if it's right.
I use the skipinst knob to skip different instructions(100000, 1000000, 10000000, 100000000), but almost these trace are all the same size.
And i run the macsim simulator with the parameter "debug_noc 1" to check whether they are the same. The two trace that i used to check: one doesn't skip instructions, the other skips 100000 instructions(-skipinst 100000).
When I check the debug info. the first 189 lines are the same.
So i guess maybe i have some wrong about the understand of the ''Knob_skip".
Best regards,
Applee