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: about systemtap test!


Kevin Jia wrote:
> So why have not anything include the open's parenttheses? And what
> meaning of the "argstr"?

In your script, argstr has not been set to anything.  It is being
inferred as a string from the format you gave, and the default value of
a string is "".  If instead you use the syscall tapset to probe
syscall.open, then a formatted argstr will be built for you.  The argstr
gives a string representation of all of the parameters to the syscall.

> 2. how use systemtap probes the watchpoint? Can you give me some
> examples? 

I'm not sure what you're asking here.  The SystemTap website has a few
architecture documents that might give the answer you're looking for.
If not, please try to rephrase your question.


Josh Stone


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