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