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
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