I’m analyzing some weird program run time behaviour with perf, with some help on IRC. By default perf stat only lists a few counters, and not those of interest, so there is an annoying ping-pong of “include this counter in the output” and me adding it to the list of arguments passed via -e and pasting the result.
Is there a way to make perf stat simply emit all counters, so that one report is all the experts need to help me?