blob: a3d42cd749196b83c4c8226bfd069a68cd3a6917 [file] [log] [blame]
#ifndef __PERF_REGS_H
#define __PERF_REGS_H
#ifdef HAVE_PERF_REGS_SUPPORT
#include <perf_regs.h>
#else
#define PERF_REGS_MASK 0
static inline const char *perf_reg_name(int id __maybe_unused)
{
return NULL;
}
#endif /* HAVE_PERF_REGS_SUPPORT */
#endif /* __PERF_REGS_H */