elf: add arm note types
[qemu/ar7.git] / trace / ftrace.h
blob863e052e90b68ad68a6abe67fc49e3be7a1f01c8
1 #ifndef TRACE_FTRACE_H
2 #define TRACE_FTRACE_H
4 #include <stdbool.h>
7 #define MAX_TRACE_STRLEN 512
8 #define _STR(x) #x
9 #define STR(x) _STR(x)
11 extern int trace_marker_fd;
13 bool ftrace_init(void);
15 #endif /* ! TRACE_FTRACE_H */