]> Git Repo - qemu.git/blame - trace/ftrace.h
qmp-commands: move 'inject-nmi' doc to schema
[qemu.git] / trace / ftrace.h
CommitLineData
781e9545
ET
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
8extern int trace_marker_fd;
9
5b808275
LV
10bool ftrace_init(void);
11
175de524 12#endif /* TRACE_FTRACE_H */
This page took 0.186991 seconds and 4 git commands to generate.