Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / tools / perf / util / include / dwarf-regs.h
blobcf6727e99c440657b3cd6f29ac05c4f6f38bd89b
1 #ifndef _PERF_DWARF_REGS_H_
2 #define _PERF_DWARF_REGS_H_
4 #ifdef DWARF_SUPPORT
5 const char *get_arch_regstr(unsigned int n);
6 #endif
8 #endif