Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/cpuclocknames.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat cpuclocknames in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat cpuclocknames[] = {
     11 #if defined(CPUCLOCK_PROF) || (defined(HAVE_DECL_CPUCLOCK_PROF) && HAVE_DECL_CPUCLOCK_PROF)
     12   XLAT(CPUCLOCK_PROF),
     13 #endif
     14 #if defined(CPUCLOCK_VIRT) || (defined(HAVE_DECL_CPUCLOCK_VIRT) && HAVE_DECL_CPUCLOCK_VIRT)
     15   XLAT(CPUCLOCK_VIRT),
     16 #endif
     17 #if defined(CPUCLOCK_SCHED) || (defined(HAVE_DECL_CPUCLOCK_SCHED) && HAVE_DECL_CPUCLOCK_SCHED)
     18   XLAT(CPUCLOCK_SCHED),
     19 #endif
     20  XLAT_END
     21 };
     22 
     23 #endif /* !IN_MPERS */
     24