1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#ifndef __ASM_PERFC_H__ #define __ASM_PERFC_H__ static inline void arch_perfc_reset(void) { } static inline void arch_perfc_gather(void) { } #endif /* * Local variables: * mode: C * c-file-style: "BSD" * c-basic-offset: 4 * indent-tabs-mode: nil * End: */