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]

systemtap user_int_warn glitch


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


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