repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/xen: resume timer irqs early
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
perf_regs.h
blob
5a4f2b6f3738c1966b180484dcfb71f70d0e0afd
1
#ifndef __PERF_REGS_H
2
#define __PERF_REGS_H
3
4
#ifdef HAVE_PERF_REGS
5
#include <perf_regs.h>
6
#else
7
#define PERF_REGS_MASK 0
8
9
static
inline
const char
*
perf_reg_name
(
int
id __maybe_unused
)
10
{
11
return
NULL
;
12
}
13
#endif
/* HAVE_PERF_REGS */
14
#endif
/* __PERF_REGS_H */