aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-08-22 10:53:32 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-08-22 10:53:32 +0000
commitc6f5742f90cd2f1cb8a5d0c2fb5c16b43bd3d977 (patch)
tree5331cdd87b36fe6938f80fbe8dc90043bcfae583 /sys/sys/sysent.h
parent58f668bba5db03b9b94c495678ba64a75d10b06e (diff)
downloadsrc-c6f5742f90cd2f1cb8a5d0c2fb5c16b43bd3d977.tar.gz
src-c6f5742f90cd2f1cb8a5d0c2fb5c16b43bd3d977.zip
Kernel DTrace support for:
o uregs (sson@) o ustack (sson@) o /dev/dtrace/helper device (needed for USDT probes) The work done by me was: Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=211608
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 4754f54a4835..e726fcebde28 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -42,7 +42,8 @@ struct ksiginfo;
typedef int sy_call_t(struct thread *, void *);
/* Used by the machine dependent syscall() code. */
-typedef void (*systrace_probe_func_t)(u_int32_t, int, struct sysent *, void *);
+typedef void (*systrace_probe_func_t)(u_int32_t, int, struct sysent *, void *,
+ int);
/*
* Used by loaded syscalls to convert arguments to a DTrace array