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: which function is instrumentable?


On Wed, Mar 23, 2011 at 09:22:12AM +0800, Zhiwei Ying wrote:
> I tried to trace down every function in a device driver, but it fails.
> It may be cased too many instrumentation. But the problem is how can I
> know which function is instrumentable and which is not? Or I have to
> manually narrow the problem? Any idea?

This

	$ stap -l 'module("foo").function("*")'

is supposed to give you a list of all the "probeable" functions in
module "foo".

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]