Re: [PATCH] x86/vdso: implement clock_gettime(CLOCK_MONOTONIC_RAW, ...)

2019-05-28 Thread Thomas Gleixner
Alexander, On Tue, 28 May 2019, Sverdlin, Alexander (Nokia - DE/Ulm) wrote: > Add CLOCK_MONOTONIC_RAW to the existing clock_gettime() vDSO > implementation. This is based on the ideas of Jason Vas Dias and comments > of Thomas Gleixner. Well to some extent, but > The results from the above test

[PATCH] x86/vdso: implement clock_gettime(CLOCK_MONOTONIC_RAW, ...)

2019-05-28 Thread Sverdlin, Alexander (Nokia - DE/Ulm)
From: Alexander Sverdlin Add CLOCK_MONOTONIC_RAW to the existing clock_gettime() vDSO implementation. This is based on the ideas of Jason Vas Dias and comments of Thomas Gleixner. Test code #include #include #include #include #include #define CLOCK_TYPE CLOCK_MONOTONIC_RAW