On Mon, Feb 14, 2022 at 01:09:05PM +0200, Adrian Hunter wrote: > +u64 perf_hw_clock(void) > +{ > + return rdtsc_ordered(); > +} Why the _ordered ?
On Mon, Feb 14, 2022 at 01:09:05PM +0200, Adrian Hunter wrote: > +u64 perf_hw_clock(void) > +{ > + return rdtsc_ordered(); > +} Why the _ordered ?