1/* Generated by ./xlat/gen.sh from ./xlat/cpuclocknames.in; do not edit. */
2
3static const struct xlat cpuclocknames[] = {
4#if defined(CPUCLOCK_PROF) || (defined(HAVE_DECL_CPUCLOCK_PROF) && HAVE_DECL_CPUCLOCK_PROF)
5 XLAT(CPUCLOCK_PROF),
6#endif
7#if defined(CPUCLOCK_VIRT) || (defined(HAVE_DECL_CPUCLOCK_VIRT) && HAVE_DECL_CPUCLOCK_VIRT)
8 XLAT(CPUCLOCK_VIRT),
9#endif
10#if defined(CPUCLOCK_SCHED) || (defined(HAVE_DECL_CPUCLOCK_SCHED) && HAVE_DECL_CPUCLOCK_SCHED)
11 XLAT(CPUCLOCK_SCHED),
12#endif
13 XLAT_END
14};
15