strace/xlat/clocknames.in
Eugene Syromyatnikov 79fb93a7c6 xlat: provide fallback definitions for CLOCK_* constants
Since new values have been added gradually over various kernel versions,
it's better to define them explicitly in order to avoid situations when
strace built with older kernel headers cannot decode some recently
defined values.

* xlat/clocknames.in: Add values for constants.
2016-10-26 01:06:09 +00:00

13 lines
254 B
Plaintext

CLOCK_REALTIME 0
CLOCK_MONOTONIC 1
CLOCK_PROCESS_CPUTIME_ID 2
CLOCK_THREAD_CPUTIME_ID 3
CLOCK_MONOTONIC_RAW 4
CLOCK_REALTIME_COARSE 5
CLOCK_MONOTONIC_COARSE 6
CLOCK_BOOTTIME 7
CLOCK_REALTIME_ALARM 8
CLOCK_BOOTTIME_ALARM 9
CLOCK_SGI_CYCLE 10
CLOCK_TAI 11