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;
59 __entry->id, __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)
136 __entry->inttype = type & 0x00000000ffffffff;
137 __entry->parm = parm;
138 __entry->parm64 = parm64;
139 __entry->who = who;
143 (__entry->who == 1) ? " (from kernel)" :
144 (__entry->who == 2) ? " (from user)" : "",
145 __entry->inttype, get_irq_name(__entry->inttype),
146 __entry->parm, __entry->parm64)
161 __entry->id = id;
162 __entry->inttype = type & 0x00000000ffffffff;
163 __entry->parm = parm;
164 __entry->parm64 = parm64;
168 __entry->id, __entry->inttype,
169 get_irq_name(__entry->inttype), __entry->parm,
170 __entry->parm64)
188 __entry->id = id;
189 __entry->inttype = type & 0x00000000ffffffff;
190 __entry->data0 = data0;
191 __entry->data1 = data1;
196 __entry->id, __entry->inttype,
197 get_irq_name(__entry->inttype), __entry->data0,
198 __entry->data1)
213 __entry->resets = resets;
217 __entry->resets)
233 __entry->stop_irq = stop_irq;
234 __entry->flags = flags;
238 __entry->stop_irq, __entry->flags)
254 __entry->kvm = kvm;
258 __entry->kvm)
275 __entry->id = id;
276 __entry->state = state;
280 __entry->state ? "enabling" : "disabling", __entry->id)