blob: 316dbe7f86ed2444cdb616cf940f91da22bfc176 [file] [log] [blame]
Jiri Olsa2bcd3552012-08-07 15:20:43 +02001#ifndef __PERF_REGS_H
2#define __PERF_REGS_H
3
4#ifndef NO_PERF_REGS
5#include <perf_regs.h>
6#else
7#define PERF_REGS_MASK 0
8
Irina Tirdea1d037ca2012-09-11 01:15:03 +03009static inline const char *perf_reg_name(int id __maybe_unused)
Jiri Olsa2bcd3552012-08-07 15:20:43 +020010{
11 return NULL;
12}
13#endif /* NO_PERF_REGS */
14#endif /* __PERF_REGS_H */