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: PLEASE HELP regarding System Tap


Khushboo Goel wrote:
> Is it possible i can know what address location is assigned to system
> Tap buffer in the memory ??

Well, yes, all of SystemTap is open source, so it's possible to peek
into the internals.  The runtime sources contain the implementation for
the maps data structures.  You can also run your script with "-p3" to
see the code that's generated, and use that as a guide to tell how the
maps are accessed.

It seems very strange that you would ask for this though.  What would
you do with the address once you find it?

Josh


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