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: systemtap user_int_warn glitch


On Sun, Aug 8, 2010 at 1:28 PM, Frank Ch. Eigler <fche@redhat.com> wrote:
> Hi -
>
> I believe you posted http://pastebin.com/8ALtUhQD for help on IRC. ?I
> think the only thing going on there is that user_int_warn() takes byte
> offsets, not integer-scaled offsets. ?So to get to consecutive
> elements of $myUIntArray, you'd want
> user_int_warn($myUIntArray + {4,8,12, ...} )
>
> - FChE
>


Yes, that was me. Thanks for the reply.
Indeed, that works.

Thanks.


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