git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-upstream' of git://repo.or.cz/qemu/agraf
[qemu.git]
/
trace
/
stderr.h
1
#ifndef TRACE_STDERR_H
2
#define TRACE_STDERR_H
3
4
typedef
uint64_t
TraceEventID
;
5
6
typedef
struct
{
7
const char
*
tp_name
;
8
bool
state
;
9
}
TraceEvent
;
10
11
#endif
/* ! TRACE_STDERR_H */