[Bug tapsets/5434] Error processing (missing) nfsservctl syscall
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Dec 5 18:36:00 GMT 2007
------- Additional Comments From dsmith at redhat dot com 2007-12-05 18:36 -------
You must not have CONFIG_COMPAT set either, since the definition of
syscall.nfsservctl looks like:
probe syscall.nfsservctl =
kernel.function("sys_nfsservctl") ?,
kernel.function("compat_sys_nfsservctl") ?
{
name = "nfsservctl"
cmd = $cmd
argp_uaddr = $arg
resp_uaddr = $res
argstr = sprintf("%s, %p, %p", _nfsctl_cmd_str($cmd), $arg, $res)
}
I'm unsure how we could solve this, since we don't have access to the CONFIG_*
defines at the probe level. We could grab the value of either CONFIG_NFSD or
CONFIG_COMPAT in an embedded C function, but that doesn't help much.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5434
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list