[Bug tapsets/16726] RFE: provide a way to retrieve tapset function types
jlebon at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Apr 1 19:53:00 GMT 2014
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.
More information about the Systemtap
mailing list