Searched refs:CLOCKID_MAP (Results 1 – 1 of 1) sorted by relevance
/tools/perf/ |
D | builtin-record.c | 1831 #define CLOCKID_MAP(n, c) \ macro 1852 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 1853 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 1856 CLOCKID_MAP("realtime", CLOCK_REALTIME), 1857 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 1858 CLOCKID_MAP("tai", CLOCK_TAI), 1861 CLOCKID_MAP("mono", CLOCK_MONOTONIC), 1862 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW), 1863 CLOCKID_MAP("real", CLOCK_REALTIME), 1864 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|