Lines Matching +full:pk +full:- +full:pk

1 /* SPDX-License-Identifier: GPL-2.0 */
8 #define TRACE_SYSTEM kvm-s390
11 #define TRACE_INCLUDE_FILE trace-s390
32 __entry->type = type;
36 __entry->type & KVM_VM_S390_UCONTROL ? " (UCONTROL)" : "")
54 __entry->id = id;
55 __entry->vcpu = vcpu;
56 __entry->sie_block = sie_block;
59 TP_printk("create cpu %d at 0x%pK, sie block at 0x%pK",
60 __entry->id, __entry->vcpu, __entry->sie_block)
72 __entry->id = id;
75 TP_printk("destroy cpu %d", __entry->id)
91 __entry->id = id;
92 __entry->state = state;
95 TP_printk("%s cpu %d", __entry->state ? "starting" : "stopping",
96 __entry->id)
137 __entry->inttype = type & 0x00000000ffffffff;
138 __entry->parm = parm;
139 __entry->parm64 = parm64;
140 __entry->who = who;
144 (__entry->who == 1) ? " (from kernel)" :
145 (__entry->who == 2) ? " (from user)" : "",
146 __entry->inttype, get_irq_name(__entry->inttype),
147 __entry->parm, __entry->parm64)
162 __entry->id = id;
163 __entry->inttype = type & 0x00000000ffffffff;
164 __entry->parm = parm;
165 __entry->parm64 = parm64;
169 __entry->id, __entry->inttype,
170 get_irq_name(__entry->inttype), __entry->parm,
171 __entry->parm64)
189 __entry->id = id;
190 __entry->inttype = type & 0x00000000ffffffff;
191 __entry->data0 = data0;
192 __entry->data1 = data1;
197 __entry->id, __entry->inttype,
198 get_irq_name(__entry->inttype), __entry->data0,
199 __entry->data1)
214 __entry->resets = resets;
218 __entry->resets)
234 __entry->stop_irq = stop_irq;
235 __entry->flags = flags;
239 __entry->stop_irq, __entry->flags)
255 __entry->kvm = kvm;
258 TP_printk("enabling channel I/O support (kvm @ %pK)\n",
259 __entry->kvm)
263 * Trace point for enabling and disabling interlocking-and-broadcasting
276 __entry->id = id;
277 __entry->state = state;
281 __entry->state ? "enabling" : "disabling", __entry->id)
298 __entry->isc = isc;
299 __entry->from = from;
300 __entry->to = to;
304 __entry->isc,
305 (__entry->from == KVM_S390_AIS_MODE_ALL) ?
306 "ALL-Interruptions Mode" :
307 (__entry->from == KVM_S390_AIS_MODE_SINGLE) ?
308 "Single-Interruption Mode" : "No-Interruptions Mode",
309 (__entry->to == KVM_S390_AIS_MODE_ALL) ?
310 "ALL-Interruptions Mode" :
311 (__entry->to == KVM_S390_AIS_MODE_SINGLE) ?
312 "Single-Interruption Mode" : "No-Interruptions Mode")
328 __entry->id = id;
329 __entry->isc = isc;
333 __entry->id, __entry->isc)
350 __entry->start = start;
351 __entry->end = end;
352 __entry->shadow = shadow;
356 __entry->start, __entry->end, __entry->shadow)