Exemplo n.º 1
0
static void sysrq_handle_showregs(int key)
{
	struct pt_regs *regs = get_irq_regs();
	if (regs)
		show_regs(regs);
	perf_event_print_debug();
}
Exemplo n.º 2
0
static void sysrq_handle_showregs(int key, struct tty_struct *tty)
{
	struct pt_regs *regs = get_irq_regs();

	nmi_show_regs(regs, 0);
	perf_event_print_debug();
}