trace_clock.h 352 B

12345678910111213141516
  1. #ifndef _ASM_GENERIC_TRACE_CLOCK_H
  2. #define _ASM_GENERIC_TRACE_CLOCK_H
  3. /*
  4. * Arch-specific trace clocks.
  5. */
  6. /*
  7. * Additional trace clocks added to the trace_clocks
  8. * array in kernel/trace/trace.c
  9. * None if the architecture has not defined it.
  10. */
  11. #ifndef ARCH_TRACE_CLOCKS
  12. # define ARCH_TRACE_CLOCKS
  13. #endif
  14. #endif /* _ASM_GENERIC_TRACE_CLOCK_H */