cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

ftrace.h (201B)


      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
     10bool ftrace_init(void);
     11
     12#endif /* TRACE_FTRACE_H */