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: Arguments of inlines


Hi,

David J. Wilder wrote:
> I am probing the following inline defined in include/rdma/ib_verbs.h:
> 
> static inline int ib_post_send(struct ib_qp *qp,
>                                struct ib_send_wr *send_wr,
>                                struct ib_send_wr **bad_send_wr)
> {
>         return qp->device->post_send(qp, send_wr, bad_send_wr);
> }
> 
> And accessing the qp argument, however stap complains it can not
> reference $qp.  It this a limitation? Any ideas?

I think this has been filed in bz1155
http://sources.redhat.com/bugzilla/show_bug.cgi?id=1155

Thanks,

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: mhiramat@redhat.com


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