How do I prevent perf from writing to stdout when used in a pipe?
I am running two programs where one’s stdout is piped into the other’s stdin. I did this using named pipes in the following way (simplified for presentation):
I am running two programs where one’s stdout is piped into the other’s stdin. I did this using named pipes in the following way (simplified for presentation):