summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-22 10:53:32 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-22 10:53:32 +0000
commit2b32a31ca3484e23ff35b71b7349d361ba187ee3 (patch)
tree5331cdd87b36fe6938f80fbe8dc90043bcfae583 /sys/sys/sysent.h
parent3a636008c7f8dee94de368be809ac7ca686fba2b (diff)
downloadFreeBSD-src-2b32a31ca3484e23ff35b71b7349d361ba187ee3.zip
FreeBSD-src-2b32a31ca3484e23ff35b71b7349d361ba187ee3.tar.gz
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
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 4754f54..e726fce 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
OpenPOWER on IntegriCloud