Searched refs:CLOCKID_MAP (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 851 #define CLOCKID_MAP(n, c) \ macro 872 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 873 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 876 CLOCKID_MAP("realtime", CLOCK_REALTIME), 877 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 878 CLOCKID_MAP("tai", CLOCK_TAI), 881 CLOCKID_MAP("mono", CLOCK_MONOTONIC), 882 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW), 883 CLOCKID_MAP("real", CLOCK_REALTIME), 884 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|