perf_counter.h 220 B

1234567
  1. #ifndef __ASM_SH_PERF_COUNTER_H
  2. #define __ASM_SH_PERF_COUNTER_H
  3. /* SH only supports software counters through this interface. */
  4. #define set_perf_counter_pending() do { } while (0)
  5. #endif /* __ASM_SH_PERF_COUNTER_H */