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]

[Bug tapsets/16726] RFE: provide a way to retrieve tapset function types


https://sourceware.org/bugzilla/show_bug.cgi?id=16726

Jonathan Lebon <jlebon at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jonathan Lebon <jlebon at redhat dot com> ---
A related RFE was to add a --dump-probe-aliases switch. This was done in commit
7d66cd7. Sample output:

vfs.read = kernel.function("vfs_read")
vfs.read.return = kernel.function("vfs_read").return
vfs.readv = kernel.function("vfs_readv")
vfs.readv.return = kernel.function("vfs_readv").return
...

Here too, aliases starting with '_' are hidden behind a -v.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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