This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can kernel.statement access the function argument?


voyager1983 <wang.yongzhi2009@gmail.com> writes:

> What I am about to probe is actually the statement   
> ret = action->handler(irq, action->dev_id);
> [...]
> stap -L 'kernel.statement("handle_IRQ_event@kernel/irq/handle.c:376")'
> It returns nothing.

That's partly because the handle_IRQ_event function is blacklisted due
to some historical incompatibility with kernel kprobes.  You may try
again with stap -g ...

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]