Searched refs:CLOCKID_MAP (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | clockid.c | 17 #define CLOCKID_MAP(n, c) \ macro 38 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 39 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 42 CLOCKID_MAP("realtime", CLOCK_REALTIME), 43 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 44 CLOCKID_MAP("tai", CLOCK_TAI), 47 CLOCKID_MAP("mono", CLOCK_MONOTONIC), 48 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW), 49 CLOCKID_MAP("real", CLOCK_REALTIME), 50 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|