fix a kmap leak in virtio_console
[linux/fpc-iii.git] / tools / perf / util / perf_regs.h
bloba3d42cd749196b83c4c8226bfd069a68cd3a6917
1 #ifndef __PERF_REGS_H
2 #define __PERF_REGS_H
4 #ifdef HAVE_PERF_REGS_SUPPORT
5 #include <perf_regs.h>
6 #else
7 #define PERF_REGS_MASK 0
9 static inline const char *perf_reg_name(int id __maybe_unused)
11 return NULL;
13 #endif /* HAVE_PERF_REGS_SUPPORT */
14 #endif /* __PERF_REGS_H */