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?


I see. Many thanks!

Joey

Frank Ch. Eigler wrote:
> 
> 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
> 
> 

-- 
View this message in context: http://old.nabble.com/Can-kernel.statement-access-the-function-argument--tp31348406p31440858.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.


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