Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / tools / perf / util / perf_regs.h
CommitLineData
2bcd355b
JO
1#ifndef __PERF_REGS_H
2#define __PERF_REGS_H
3
89fe808a 4#ifdef HAVE_PERF_REGS_SUPPORT
2bcd355b
JO
5#include <perf_regs.h>
6#else
7#define PERF_REGS_MASK 0
8
1d037ca1 9static inline const char *perf_reg_name(int id __maybe_unused)
2bcd355b
JO
10{
11 return NULL;
12}
89fe808a 13#endif /* HAVE_PERF_REGS_SUPPORT */
2bcd355b 14#endif /* __PERF_REGS_H */
This page took 0.093544 seconds and 5 git commands to generate.