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
pc: reserve more memory for ACPI for new machine types
[qemu.git]
/
trace
/
ftrace.h
blob
863e052e90b68ad68a6abe67fc49e3be7a1f01c8
1
#ifndef TRACE_FTRACE_H
2
#define TRACE_FTRACE_H
3
4
#include <stdbool.h>
5
6
7
#define MAX_TRACE_STRLEN 512
8
#define _STR(x) #x
9
#define STR(x) _STR(x)
10
11
extern
int
trace_marker_fd
;
12
13
bool
ftrace_init
(
void
);
14
15
#endif
/* ! TRACE_FTRACE_H */