Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 49553c2ef88749dd502687f4eb9c258bb10a4f44 authored by Linus Torvalds on 12 September 2010, 23:07:37 UTC
Linux 2.6.36-rc4
Tip revision: 49553c2
dwarf-regs.h
#ifndef _PERF_DWARF_REGS_H_
#define _PERF_DWARF_REGS_H_

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

#endif
back to top