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/10712] standardize syscall trace rendering


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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
I'm not sure we're still thinking about this idea, but I will note that we are
doing something like this for a few syscalls. Some syscalls arg rendering is so
complicated, we wrote macros (in tapset/linux/syscalls.stpm) to handle all the
details. We then call these macros from the syscall and nd_syscall tapsets.
We've done this for the following syscalls: futex (@__futex_argstr), keyctl
(@__keyctl_argstr), and quotactl (@__quotactl_argstr).

-- 
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]