maxv 65d7f88d0e Switch to per-CPU PMC results, and completely rewrite the pmc(1) tool. Now
the PMCs are system-wide, fine-grained and more tunable by the user.

We don't do application tracking, since it would require to store the PMC
values in mdproc and starting/stopping the counters on each context switch.
While this doesn't seem to be particularly difficult to achieve, I don't
think it is really interesting; and if someone really wants to measure
the performance of an application, they can simply schedctl it to a cpu
and look at the PMC results for this cpu.

Note that several options are implemented but not yet used.
2017-03-10 13:09:11 +00:00
..
2017-02-24 17:19:14 +00:00
2017-02-23 07:57:09 +00:00
2017-02-22 14:01:40 +00:00
2017-02-22 13:43:15 +00:00
2017-03-06 23:04:52 +00:00