aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/include/dwarf-regs.h
blob: cf6727e99c440657b3cd6f29ac05c4f6f38bd89b (plain)
1
2
3
4
5
6
7
8
#ifndef _PERF_DWARF_REGS_H_
#define _PERF_DWARF_REGS_H_

#ifdef DWARF_SUPPORT
const char *get_arch_regstr(unsigned int n);
#endif

#endif