Maurício Palma
Maurício Palma
I am using the -injection child to run ZSIM on newer kernels with PIN 2.14. To do so I modified pin_bin.cpp to add this parameter to the pin call, just...
I found it out unintentionally, while using a modified version of ZSIM to use PinPoints. This modified version was running in newer kernels just because the -injection child parameter was...
The file is actually [pin_cmd.cpp](https://github.com/s5z/zsim/blob/master/src/pin_cmd.cpp). The trick is, instead of doing ```C //Global pin options args.push_back("-follow_execv"); //instrument child processes args.push_back("-tool_exit_timeout"); //don't wait much of internal threads args.push_back("1"); ``` You do...