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: freezes stap


Hi,

A somewhat tangential thought,

David Smith <dsmith@redhat.com> writes:
>>> 2) WARNING: probe kernel.function("vfs_read@../fs/read_write.c:418")
>>> (address 0xffffffff95232f70) registration error (rc -84)
>>>
>>> That one is fairly fatal. Your probe couldn't be registered, and
>>> returned -84. Since your probe couldn't be registered, the module
>>> won't really do anything.

>From a usability standpoint, could we possibly keep track of the number
of targeted probe points vs successfully registered probe points?  In
the event none exist, perhaps it'd be worthwhile to exit on our own
volition.  It might spare users the extra time trying to debug the issue
with a message elaborating on why (ie, no probe points actually
registered, nothing for us to do).

Cheers,
Lukas


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