freebsd-skq/sys/amd64/linux32
netchild 9895b5ca9d - >500 static DTrace probes for the linuxulator
- DTrace scripts to check for errors, performance, ...
  they serve mostly as examples of what you can do with the static probe;s
  with moderate load the scripts may be overwhelmed, excessive lock-tracing
  may influence program behavior (see the last design decission)

Design decissions:
 - use "linuxulator" as the provider for the native bitsize; add the
   bitsize for the non-native emulation (e.g. "linuxuator32" on amd64)
 - Add probes only for locks which are acquired in one function and released
   in another function. Locks which are aquired and released in the same
   function should be easy to pair in the code, inter-function
   locking is more easy to verify in DTrace.
 - Probes for locks should be fired after locking and before releasing to
   prevent races (to provide data/function stability in DTrace, see the
   man-page of "dtrace -v ..." and the corresponding DTrace docs).
2012-05-05 19:42:38 +00:00
..
linux32_dummy.c - >500 static DTrace probes for the linuxulator 2012-05-05 19:42:38 +00:00
linux32_genassym.c Remove dead code. 2011-03-07 08:12:07 +00:00
linux32_ipc64.h
linux32_locore.s Save and restore segment registers on amd64 when entering and leaving 2009-04-01 13:09:26 +00:00
linux32_machdep.c - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 2012-04-16 21:22:02 +00:00
linux32_proto.h Regen for r234359. 2012-04-16 23:17:29 +00:00
linux32_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux32_syscall.h Regen for r234359. 2012-04-16 23:17:29 +00:00
linux32_syscalls.c Regen for r234359. 2012-04-16 23:17:29 +00:00
linux32_sysent.c Regen for r234359. 2012-04-16 23:17:29 +00:00
linux32_systrace_args.c Regen for r234359. 2012-04-16 23:17:29 +00:00
linux32_sysvec.c Convert files to UTF-8 2012-01-15 13:23:18 +00:00
linux.h - >500 static DTrace probes for the linuxulator 2012-05-05 19:42:38 +00:00
Makefile add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.conf add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.master Correct an argument type of iopl syscall for Linuxulator. This also fixes 2012-04-16 23:16:18 +00:00