xref: /kvmtool/include/kvm/compiler.h (revision 70f44c742f7104bb75603435717938a15ca0f369)
1*70f44c74SCyrill Gorcunov #ifndef KVM_COMPILER_H_
2*70f44c74SCyrill Gorcunov #define KVM_COMPILER_H_
3*70f44c74SCyrill Gorcunov 
4*70f44c74SCyrill Gorcunov #define notrace __attribute__((no_instrument_function))
5*70f44c74SCyrill Gorcunov 
6*70f44c74SCyrill Gorcunov #endif /* KVM_COMPILER_H_ */
7