Lines Matching refs:__entry

31 		    __entry->type = type;
35 __entry->type & KVM_VM_S390_UCONTROL ? " (UCONTROL)" : "")
53 __entry->id = id;
54 __entry->vcpu = vcpu;
55 __entry->sie_block = sie_block;
58 TP_printk("create cpu %d at %p, sie block at %p", __entry->id,
59 __entry->vcpu, __entry->sie_block)
71 __entry->id = id;
74 TP_printk("destroy cpu %d", __entry->id)
90 __entry->id = id;
91 __entry->state = state;
94 TP_printk("%s cpu %d", __entry->state ? "starting" : "stopping",
95 __entry->id)
125 __entry->inttype = type & 0x00000000ffffffff;
126 __entry->parm = parm;
127 __entry->parm64 = parm64;
128 __entry->who = who;
132 (__entry->who == 1) ? " (from kernel)" :
133 (__entry->who == 2) ? " (from user)" : "",
134 __entry->inttype,
135 __print_symbolic(__entry->inttype, kvm_s390_int_type),
136 __entry->parm, __entry->parm64)
153 __entry->id = id;
154 __entry->inttype = type & 0x00000000ffffffff;
155 __entry->parm = parm;
156 __entry->parm64 = parm64;
157 __entry->who = who;
161 (__entry->who == 1) ? " (from kernel)" :
162 (__entry->who == 2) ? " (from user)" : "",
163 __entry->id, __entry->inttype,
164 __print_symbolic(__entry->inttype, kvm_s390_int_type),
165 __entry->parm, __entry->parm64)
183 __entry->id = id;
184 __entry->inttype = type & 0x00000000ffffffff;
185 __entry->data0 = data0;
186 __entry->data1 = data1;
191 __entry->id, __entry->inttype,
192 __print_symbolic(__entry->inttype, kvm_s390_int_type),
193 __entry->data0, __entry->data1)
208 __entry->resets = resets;
212 __entry->resets)
228 __entry->stop_irq = stop_irq;
229 __entry->flags = flags;
233 __entry->stop_irq, __entry->flags)
249 __entry->kvm = kvm;
253 __entry->kvm)
270 __entry->id = id;
271 __entry->state = state;
275 __entry->state ? "enabling" : "disabling", __entry->id)