fs/ext4/inode.c: use pr_warn_ratelimited()
[linux/fpc-iii.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