Searched refs:CLOCKID_MAP (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 1299 #define CLOCKID_MAP(n, c) \ macro 1320 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 1321 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 1324 CLOCKID_MAP("realtime", CLOCK_REALTIME), 1325 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 1326 CLOCKID_MAP("tai", CLOCK_TAI), 1329 CLOCKID_MAP("mono", CLOCK_MONOTONIC), 1330 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW), 1331 CLOCKID_MAP("real", CLOCK_REALTIME), 1332 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|