Lines Matching +full:wakeup +full:- +full:event +full:- +full:action
1 # SPDX-License-Identifier: GPL-2.0
18 return desc['action'] and desc['action'] == gdb.parse_and_eval("&chained_action")
42 if (desc['action'] == 0 or irq_desc_is_chained(desc)) and any_count == 0:
59 name = "-"
69 text += " %-8s" % ("Level" if irqd_is_level(desc) else "Edge")
72 text += "-%-8s" % (desc['name'].string())
77 action = desc['action']
78 if action is not None:
79 text += " %s" % (action['name'].string())
81 action = action['next']
82 if action is not None:
84 if action['name']:
85 text += ", %s" % (action['name'].string())
118 text = x86_show_irqstat(prec, "NMI", '__nmi_count', 'Non-maskable interrupts')
155 …ext += x86_show_irqstat(prec, "PIN", 'kvm_posted_intr_ipis', 'Posted-interrupt notification event')
156 …xt += x86_show_irqstat(prec, "NPI", 'kvm_posted_intr_nested_ipis', 'Nested posted-interrupt event')
157 …xt += x86_show_irqstat(prec, "PIW", 'kvm_posted_intr_wakeup_ipis', 'Posted-interrupt wakeup event')
175 text += "%*s%u:%s" % (prec - 1, "IPI", ipi, sep)
209 super(LxInterruptList, self).__init__("lx-interruptlist", gdb.COMMAND_DATA)
221 gdb.write("CPU%-8d" % cpu)