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: Getting value of global module variable ...


On Wed, Jan 19, 2011 at 01:14:44PM +0100, Wolfram Gettert wrote:
> I am looking for way to get the value of a global module variable in a
> asyncronous probe like "begin". Is this possible?

Not easily. This is http://sourceware.org/PR11096

Depeding on your requirements you may work around this by using
kallsyms_lookup() in guru mode (you will probably need CONFIG_KALLSYMS_ALL).

Attachment: signature.asc
Description: Digital signature


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