1
0
Fork 0
alistair23-linux/arch/tile/kernel/vdso
Chris Metcalf 78410af511 tile: add clock_gettime support to vDSO
This change adds support for clock_gettime with CLOCK_REALTIME
and CLOCK_MONOTONIC using vDSO.  It also updates the vdso
struct nomenclature used for the clocks to match the x86 code
to keep it easier to update going forward.

We also support the *_COARSE clockid_t, for apps that want speed
but aren't concerned about fine-grained timestamps; this saves
about 20 cycles per call (see http://lwn.net/Articles/342018/).

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: John Stultz <john.stultz@linaro.org>
2014-10-02 13:56:07 -04:00
..
Makefile
vdso.S
vdso.lds.S tile: add clock_gettime support to vDSO 2014-10-02 13:56:07 -04:00
vdso32.S
vgettimeofday.c tile: add clock_gettime support to vDSO 2014-10-02 13:56:07 -04:00
vrt_sigreturn.S