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 uprobes/6901] New: process.syscall $arg[0] syntax


Because all kind of syscall are probed by process.syscall handler, we can't know
statically how many argument which we can access in process.syscall.
However, we can provide a static table which has pairs of syscall number and the
number of arguments, like __syscall_argc[]. In that case, $arg[] array is
useful, because we can trace only valid arguments as $arg[0] ...
$arg[__syscall_argc[$syscall]].

-- 
           Summary: process.syscall $arg[0] syntax
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: uprobes
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mhiramat at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6901

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


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