Searched hist:292388 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_cddl.hdiff 292388 Wed Dec 16 22:09:31 MST 2015 markj Support an arbitrary number of arguments to DTrace syscall probes.

Rather than pushing all eight possible arguments into dtrace_probe()'s
stack frame, make the syscall_args struct for the current syscall available
via the current thread. Using a custom getargval method for the systrace
provider, this allows any syscall argument to be fetched, even in kernels
that have modified the maximum number of system call arguments.

Sponsored by: EMC / Isilon Storage Division
/freebsd-11-stable/sys/cddl/dev/systrace/
H A Dsystrace.cdiff 292388 Wed Dec 16 22:09:31 MST 2015 markj Support an arbitrary number of arguments to DTrace syscall probes.

Rather than pushing all eight possible arguments into dtrace_probe()'s
stack frame, make the syscall_args struct for the current syscall available
via the current thread. Using a custom getargval method for the systrace
provider, this allows any syscall argument to be fetched, even in kernels
that have modified the maximum number of system call arguments.

Sponsored by: EMC / Isilon Storage Division
/freebsd-11-stable/sys/sys/
H A Dsysent.hdiff 292388 Wed Dec 16 22:09:31 MST 2015 markj Support an arbitrary number of arguments to DTrace syscall probes.

Rather than pushing all eight possible arguments into dtrace_probe()'s
stack frame, make the syscall_args struct for the current syscall available
via the current thread. Using a custom getargval method for the systrace
provider, this allows any syscall argument to be fetched, even in kernels
that have modified the maximum number of system call arguments.

Sponsored by: EMC / Isilon Storage Division
/freebsd-11-stable/sys/kern/
H A Dsubr_syscall.cdiff 292388 Wed Dec 16 22:09:31 MST 2015 markj Support an arbitrary number of arguments to DTrace syscall probes.

Rather than pushing all eight possible arguments into dtrace_probe()'s
stack frame, make the syscall_args struct for the current syscall available
via the current thread. Using a custom getargval method for the systrace
provider, this allows any syscall argument to be fetched, even in kernels
that have modified the maximum number of system call arguments.

Sponsored by: EMC / Isilon Storage Division

Completed in 122 milliseconds