Arguments of inlines

Masami Hiramatsu mhiramat@redhat.com
Mon Jan 5 23:49:00 GMT 2009


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



More information about the Systemtap mailing list