repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
tools
/
perf
/
util
/
include
/
dwarf-regs.h
blob
cf6727e99c440657b3cd6f29ac05c4f6f38bd89b
1
#ifndef _PERF_DWARF_REGS_H_
2
#define _PERF_DWARF_REGS_H_
3
4
#ifdef DWARF_SUPPORT
5
const char
*
get_arch_regstr
(
unsigned int
n
);
6
#endif
7
8
#endif