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: how can i avoid lots of warning info when i start systemtap script??


On Sat, Mar 24, 2012 at 01:42:23PM +0800, ch huang wrote:
> ~~~~~~~~~~~~~~~~~like this
> 
> WARNING: cannot find module nfs debuginfo: No DWARF information found
> WARNING: cannot find module nfs debuginfo: No DWARF information found
> WARNING: cannot find module nfs debuginfo: No DWARF information found

Either make sure that the debuginfo for module nfs is available, or see
man stap

       -w     Suppressed warnings mode.  Disables all warning messages.

Cheers,

Mark


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