I am currently inserting my probes into C++ source, so I normally invoke dtrace like this: dtrace -s script.d | c++filt in order to get the function names demangeled. This works great, except that if I press CTRL-C to terminate the dtrace command, I also remove the pipe so I don''t get the output from the :::END probe. So how am I supposed to do this? (and I now I can use a file and use tail -f | c++filt, but I would like to avoid using files ;)) Trond This message posted from opensolaris.org