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