Re: start_kernel / local_irq_enable() can be very slow

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Sun, 13 Nov 2005, Andrew Morton wrote:
> 
> You could do something like:
> 
> int trace_irqs;
> 
> 	trace_irqs = 1;
> 	local_irq_enble();
> 	trace_irqs = 0;

Do "trace_irqs = 10" first.

> then, over in handle_IRQ_event():
> 
> 	if (trace_irqs)
> 		print_symbol("calling %s\n", (unsigned long)action->handler);

And decrement it here somewhere.

If it's delayed by up to three seconds, it sounds like there's a _lot_ of 
interrupts happening, and I don't think there's any point in showing all 
of them.

			Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux