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: [SCRIPT] LKST compatible events script


> probe kernel.trace.proc.add_wq = kernel.inline("__add_wait_queue") {
> etype = ETYPE_PROC_ADD_WQ;
> arg1 = $head; arg2 = $new->task; arg3 = get_eip(); arg4 = 0;
> }
>
But it seems that currently systemtap can't support accessing the 
parameters of an inline function. it's in bugzilla #1155 




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