<div dir="ltr"><div style="font-size:13px">Hello,</div><div style="font-size:13px"><br></div><div style="font-size:13px">Inspired by a feature of the windows utility process monitor, Id like a simple elegant way to insert arbitrary streams of text into <span class="">strace</span> output. Basically, I want to insert "GOT HERE" messaged into <span class="">strace</span> output. The procmon feature is described here (<a href="https://github.com/Wintellect/ProcMonDebugOutput">https://github.com/Wintellect/ProcMonDebugOutput</a>)</div><div style="font-size:13px"><br></div><div style="font-size:13px">Specifically what I propose is as follows<br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><span class="">strace</span> by default will open the  named pipe /tmp/straceProfiling.X for reading, creating it if it does not exist. X will be the pid of the child process. any data written to that named pipe, gets immediaty flushed to the <span class="">strace</span> output preceded with MSG: There will be a switch to name the socket, a switch to disable it, and a switch to change the message prefix.<br></div><div style="font-size:13px"><br></div><div style="font-size:13px">Does this sound like a useful feature request?</div><div style="font-size:13px"><br></div><div style="font-size:13px">Regards,</div><div style="font-size:13px"><br></div><div style="font-size:13px">Justin Dearing</div><div><br></div></div>