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