- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page