]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make all 8 syscall arguments available to syscall probes in the same way
authormarkj <markj@FreeBSD.org>
Tue, 25 Feb 2014 02:58:11 +0000 (02:58 +0000)
committermarkj <markj@FreeBSD.org>
Tue, 25 Feb 2014 02:58:11 +0000 (02:58 +0000)
commitb3fc1da12e4cc53a74020d9c2f3a57be5e2430e1
tree0749057e49abce6b2ba487e2d57561df171fd5e3
parent65cc350313c570cd4f2c346e2481d12c497ce7de
Make all 8 syscall arguments available to syscall probes in the same way
that this is done for SDT probes. This fixes the syscall/tst.args.d test,
which was failing because mmap(2)'s sixth argument wasn't available to the
probe.

MFC after: 2 weeks
sys/cddl/dev/systrace/systrace.c