aboutsummaryrefslogtreecommitdiff
path: root/Examples/syscallbysysc_example.txt
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
commit055173dba4a263acf10325a49eebf82915369ed2 (patch)
treeaec2772e8855e6dbaea6d8136ed0c47bcb825dee /Examples/syscallbysysc_example.txt
parent87c8f7aa3a46118212b99f0d58b18aa93c06b02a (diff)
Notes
Diffstat (limited to 'Examples/syscallbysysc_example.txt')
-rw-r--r--Examples/syscallbysysc_example.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Examples/syscallbysysc_example.txt b/Examples/syscallbysysc_example.txt
new file mode 100644
index 000000000000..d131a176c10a
--- /dev/null
+++ b/Examples/syscallbysysc_example.txt
@@ -0,0 +1,24 @@
+The following is a demonstration of the syscallbysysc.d script,
+
+ # syscallbysysc.d
+ dtrace: description 'syscall:::entry ' matched 228 probes
+ ^C
+ fstat 1
+ setcontext 1
+ lwp_park 1
+ schedctl 1
+ mmap 1
+ sigaction 2
+ pset 2
+ lwp_sigmask 2
+ gtime 3
+ sysconfig 3
+ write 4
+ brk 6
+ pollsys 7
+ p_online 558
+ ioctl 579
+
+In the above output, the ioctl system call was the most common, occuring
+579 times.
+