Poul-Henning Kamp cb877d0050 Add a new test_counter() function which tries to determine the width of
the inter-value histogram for 2000 samples.  If the width is 3 or less
for 10 consequtive samples, we trust the counter to be good, otherwise
we use the *_safe() method.

This method may be too strict, but the worst which can happen is that
we take the performance hit of the *_safe() method when we should not.

Make the *_safe() method more discriminating by mandating that the three
samples do not span more than 15 ticks on the counter.

Disable the PCI-ident based probing as a means to recognize good
counters.

Inspiration from:	dillon and msmith
2002-02-25 09:51:17 +00:00
..
2002-02-22 23:58:22 +00:00
2002-02-22 23:58:22 +00:00
2002-02-22 09:18:46 +00:00
2002-02-23 11:12:57 +00:00
2002-02-22 23:58:22 +00:00
2002-02-24 23:24:01 +00:00
2002-02-23 11:12:57 +00:00
2002-02-07 20:58:47 +00:00
2002-02-17 12:41:50 +00:00