Searched refs:VCPU_TP_PRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/s390/kvm/ |
D | trace.h | 29 #define VCPU_TP_PRINTK(p_str, p_args...) \ macro 44 VCPU_TP_PRINTK("%s", "first instruction related to skeys on vcpu") 58 VCPU_TP_PRINTK("%s", "major fault, maybe applicable for pfault") 74 VCPU_TP_PRINTK("init pfault token %ld", __entry->pfault_token) 90 VCPU_TP_PRINTK("done pfault token %ld", __entry->pfault_token) 110 VCPU_TP_PRINTK("entering sie flags %x", __entry->cpuflags) 125 VCPU_TP_PRINTK("%s", "fault in sie instruction") 142 VCPU_TP_PRINTK("exit sie icptcode %d (%s)", __entry->icptcode, 165 VCPU_TP_PRINTK("intercepted instruction %016llx (%s)", 188 VCPU_TP_PRINTK("intercepted program interruption %04x", [all …]
|