kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* how to find out IRQ end user
@ 2019-01-30 17:08 Matwey V. Kornilov
  2019-02-13 12:44 ` Sudip Mukherjee
  0 siblings, 1 reply; 4+ messages in thread
From: Matwey V. Kornilov @ 2019-01-30 17:08 UTC (permalink / raw)
  To: kernelnewbies

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?


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to find out IRQ end user
  2019-01-30 17:08 how to find out IRQ end user Matwey V. Kornilov
@ 2019-02-13 12:44 ` Sudip Mukherjee
  2019-02-13 19:37   ` Matwey V. Kornilov
  0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2019-02-13 12:44 UTC (permalink / raw)
  To: Matwey V. Kornilov; +Cc: kernelnewbies

On Wed, Jan 30, 2019 at 5:09 PM Matwey V. Kornilov
<matwey.kornilov@gmail.com> 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()


-- 
Regards
Sudip

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to find out IRQ end user
  2019-02-13 12:44 ` Sudip Mukherjee
@ 2019-02-13 19:37   ` Matwey V. Kornilov
  2019-02-14 10:13     ` Sudip Mukherjee
  0 siblings, 1 reply; 4+ messages in thread
From: Matwey V. Kornilov @ 2019-02-13 19:37 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: kernelnewbies

ср, 13 февр. 2019 г. в 15:45, Sudip Mukherjee <sudipm.mukherjee@gmail.com>:
>
> On Wed, Jan 30, 2019 at 5:09 PM Matwey V. Kornilov
> <matwey.kornilov@gmail.com> 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?

>
>
> --
> Regards
> Sudip



-- 
With best regards,
Matwey V. Kornilov

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to find out IRQ end user
  2019-02-13 19:37   ` Matwey V. Kornilov
@ 2019-02-14 10:13     ` Sudip Mukherjee
  0 siblings, 0 replies; 4+ messages in thread
From: Sudip Mukherjee @ 2019-02-14 10:13 UTC (permalink / raw)
  To: Matwey V. Kornilov; +Cc: kernelnewbies

On Wed, Feb 13, 2019 at 7:37 PM Matwey V. Kornilov
<matwey.kornilov@gmail.com> wrote:
>
> ср, 13 февр. 2019 г. в 15:45, Sudip Mukherjee <sudipm.mukherjee@gmail.com>:
> >
> > On Wed, Jan 30, 2019 at 5:09 PM Matwey V. Kornilov
> > <matwey.kornilov@gmail.com> 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
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-14 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30 17:08 how to find out IRQ end user Matwey V. Kornilov
2019-02-13 12:44 ` Sudip Mukherjee
2019-02-13 19:37   ` Matwey V. Kornilov
2019-02-14 10:13     ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).