Searched refs:CLOCKID_MAP (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 719 #define CLOCKID_MAP(n, c) \ macro 740 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 741 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 744 CLOCKID_MAP("realtime", CLOCK_REALTIME), 745 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 746 CLOCKID_MAP("tai", CLOCK_TAI), 749 CLOCKID_MAP("mono", CLOCK_MONOTONIC), 750 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW), 751 CLOCKID_MAP("real", CLOCK_REALTIME), 752 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|