On Wed, Feb 13, 2019 at 7:37 PM Matwey V. Kornilov <[email protected]> wrote: > > ср, 13 февр. 2019 г. в 15:45, Sudip Mukherjee <[email protected]>: > > > > On Wed, Jan 30, 2019 at 5:09 PM Matwey V. Kornilov > > <[email protected]> wrote: > > > > > > Hello, > > > > > > From /sys/kernel/debug/tracing I see the following points: > > > > > > <idle>-0 [000] d.h1 2388.136032: irq_handler_entry: irq=16 > > > name=gp_timer > > > > > > Is there a simple way to figure out what is the exact final function > > > called to handle this IRQ? > > > > omap2_gp_timer_interrupt() > > How did you get it?
You have "name=gp_timer", just grep for gp_timer in kernel source. -- Regards Sudip _______________________________________________ Kernelnewbies mailing list [email protected] https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
