]> git.proxmox.com Git - mirror_qemu.git/blame - trace/ftrace.h
all: Clean up includes
[mirror_qemu.git] / trace / ftrace.h
CommitLineData
781e9545
ET
1#ifndef TRACE_FTRACE_H
2#define TRACE_FTRACE_H
3
5b808275
LV
4
5
781e9545
ET
6#define MAX_TRACE_STRLEN 512
7#define _STR(x) #x
8#define STR(x) _STR(x)
9
10extern int trace_marker_fd;
11
5b808275
LV
12bool ftrace_init(void);
13
781e9545 14#endif /* ! TRACE_FTRACE_H */