Searched refs:clocknames (Results 1 – 9 of 9) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vdso.c | 202 static char const * const clocknames[] = { variable 262 for (int clock = 0; clock < sizeof(clocknames) / sizeof(clocknames[0]); in test_clock_gettime() 264 test_one_clock_gettime(clock, clocknames[clock]); in test_clock_gettime()
|
/external/strace/xlat/ |
D | clocknames.h | 95 const struct xlat clocknames[] = { variable
|
D | Makemodule.am | 1 …mask0.in xlat/cap_mask1.in xlat/cap_version.in xlat/clockflags.in xlat/clocknames.in xlat/clone_fl… 2 …cap_mask0.h xlat/cap_mask1.h xlat/cap_version.h xlat/clockflags.h xlat/clocknames.h xlat/clone_fla… 165 $(top_srcdir)/xlat/clocknames.h: $(top_srcdir)/xlat/clocknames.in $(top_srcdir)/xlat/gen.sh
|
/external/strace/ |
D | time.c | 228 printxval_index(clocknames, clockid, "CLOCK_???"); in printclockname()
|
D | perf.c | 382 PRINT_FIELD_XVAL(", ", *attr, clockid, clocknames, "CLOCK_???"); in print_perf_event_attr()
|
D | defs.h | 316 extern const struct xlat clocknames[];
|
D | ChangeLog-CVS | 2658 * time.c (clocknames): Use #ifdef around CLOCK_* uses. 2686 * time.c (clocknames): New variable, symbolic names for clock_t.
|
D | Makefile.in | 884 xlat/clocknames.in xlat/clone_flags.in xlat/cpuclocknames.in \ 1127 xlat/clocknames.h xlat/clone_flags.h xlat/cpuclocknames.h \ 7566 $(top_srcdir)/xlat/clocknames.h: $(top_srcdir)/xlat/clocknames.in $(top_srcdir)/xlat/gen.sh
|
D | ChangeLog | 3204 * xlat/clocknames.in: Likewise. 17659 Do not include xlat/clocknames.h twice. 17660 Make clocknames a global xlat array defined in time.c file. 17662 * defs.h (clocknames): New prototype. 17663 * perf.c: Stop including "xlat/clocknames.h". 24737 * xlat/clocknames.in: Add values for constants. 43776 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM, 52189 * time.c (struct xlat clocknames[]): Add more RT clock IDs.
|