intel / pin-based-cec

Pin-Based Constant Execution Checker (Pin-based CEC)
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Add ability to write analysis data to alternate directory #1

Open mdwood-intel opened 4 years ago

mdwood-intel commented 4 years ago

Current implementation writes all analysis output to files and directories in the CWD, and post_process.py expects all inputs to be in CWD. It may be undesirable to write results to a test run directory.

Add option to pintool that allows specification of an alternate directory where results should be generated. Ideally, post_process.py should accept a directory where analysis data can be found, but that is less critical.