Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1138 Discussions

Help running Intel SDE Program Record and Replay

MichaelShires
Beginner
209 Views

Hello all,

I'm trying to use to do the following:

Generate basic block vectors from a binary (using PIN)
Determine program phases and weights (using SimPoint)
Simulate ~1 million instructions from each phase and receive the trace from it (using intel SDE)

 

And then use that trace to perform further analysis on my program.

 

From my understanding, the first two goals are accomplished by PinPoint. PinPoint is bundled into Intel SDE, and I think I want to be using the program Record and Replay functionality.

However, when I run: sde -log -log:basename /home/Michael/testProject -- ./run

I get a file named "pin-tool-log.txt" with the following contents:

Pin: pin-3.32-98890-7f5169337
Copyright 2002-2025 Intel Corporation.
NFE: [tid:4142230] missing argument for -log:basename

My overall question is:

1. How can I modify this command to run properly? What flags am I missing?

2. Is this the right approach to accomplish my goal?

0 Kudos
0 Replies
Reply