What stream does the perf command use!? I've been trying to capture it with
(perf stat -x, -ecache-misses ./a.out>/dev/null) 2> results
following http://stackoverflow.com/q/13232889/50305https://stackoverflow.com/q/13232889/50305, but to no avail. Why can I not capture the input... it's like letting some fish get away!!