PLEASE HELP regarding System Tap
Stone, Joshua I
joshua.i.stone@intel.com
Tue Jul 8 23:46:00 GMT 2008
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
More information about the Systemtap
mailing list