summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/perf_regs.h
blob: 316dbe7f86ed2444cdb616cf940f91da22bfc176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __PERF_REGS_H
#define __PERF_REGS_H

#ifndef NO_PERF_REGS
#include <perf_regs.h>
#else
#define PERF_REGS_MASK	0

static inline const char *perf_reg_name(int id __maybe_unused)
{
	return NULL;
}
#endif /* NO_PERF_REGS */
#endif /* __PERF_REGS_H */