projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trace: Add ftrace tracing backend
[sdk/emulator/qemu.git]
/
trace
/
ftrace.h
1
#ifndef TRACE_FTRACE_H
2
#define TRACE_FTRACE_H
3
4
#define MAX_TRACE_STRLEN 512
5
#define _STR(x) #x
6
#define STR(x) _STR(x)
7
8
extern int trace_marker_fd;
9
10
#endif /* ! TRACE_FTRACE_H */