repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR
[qemu.git]
/
trace
/
ftrace.h
blob
92372e3caabd0e1898fade070213f7eb918baa9e
1
#ifndef TRACE_FTRACE_H
2
#define TRACE_FTRACE_H
3
4
5
6
#define MAX_TRACE_STRLEN 512
7
#define _STR(x) #x
8
#define STR(x) _STR(x)
9
10
extern
int
trace_marker_fd
;
11
12
bool
ftrace_init
(
void
);
13
14
#endif
/* ! TRACE_FTRACE_H */