- Compile in perf counters table on supported arches, providing the following
- short and long descriptions of all counters
- easy to add counter definitions in user space
- sensible default event rate sampling values
- Add option to pmcstat to not resolve leaf function in top mode, but rather print the IP itself so one can easily identify the hot instruction `-I`
- use perf counter table for sensible default sampling rate so we don't DOS the box we're sampling on if we don't know a sensible value for `-n`
- reduce the default update frequency of top mode so as to be less likely to be DOSd by UNHALTED_CORE_CYCLES (still possible, will require surgery to fix properly)