Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216698
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V3] perf: x86: Improve accuracy of perf/sched clock |
| Date | 2015-09-01 11:00 +0200 |
| Message-ID | <q3PA5-1Ef-3@gated-at.bofh.it> (permalink) |
| References | <pZOjf-4fE-15@gated-at.bofh.it> <pZQuK-7xY-1@gated-at.bofh.it> <q3PgL-1hp-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Sep 01, 2015 at 11:36:38AM +0300, Adrian Hunter wrote: > On 21/08/15 12:05, Adrian Hunter wrote: > > When TSC is stable perf/sched clock is based on it. > > However the conversion from cycles to nanoseconds > > is not as accurate as it could be. Because > > CYC2NS_SCALE_FACTOR is 10, the accuracy is +/- 1/2048 > > > > The change is to calculate the maximum shift that > > results in a multiplier that is still a 32-bit number. > > For example all frequencies over 1 GHz will have > > a shift of 32, making the accuracy of the conversion > > +/- 1/(2^33). That is achieved by using the > > 'clocks_calc_mult_shift()' function. > > > > Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> > > Ping? I've queued it. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH V2] perf: x86: Improve accuracy of perf/sched clock Thomas Gleixner <tglx@linutronix.de> - 2015-08-20 21:40 +0200
Re: [PATCH V2] perf: x86: Improve accuracy of perf/sched clock Adrian Hunter <adrian.hunter@intel.com> - 2015-08-21 08:50 +0200
[PATCH V3] perf: x86: Improve accuracy of perf/sched clock Adrian Hunter <adrian.hunter@intel.com> - 2015-08-21 11:10 +0200
Re: [PATCH V3] perf: x86: Improve accuracy of perf/sched clock Adrian Hunter <adrian.hunter@intel.com> - 2015-09-01 10:40 +0200
Re: [PATCH V3] perf: x86: Improve accuracy of perf/sched clock Peter Zijlstra <peterz@infradead.org> - 2015-09-01 11:00 +0200
csiph-web