freebsd-dev/sys/modules/dtrace
John Baldwin 2f99bcce1e Rename remaining linux32 symbols such as linux_sysent[] and
linux_syscallnames[] from linux_* to linux32_* to avoid conflicts with
linux64.ko.  While here, add support for linux64 binaries to systrace.
- Update NOPROTO entries in amd64/linux/syscalls.master to match the
  main table to fix systrace build.
- Add a special case for union l_semun arguments to the systrace
  generation.
- The systrace_linux32 module now only builds the systrace_linux32.ko.
  module on amd64.
- Add a new systrace_linux module that builds on both i386 and amd64.
  For i386 it builds the existing systrace_linux.ko.  For amd64 it
  builds a systrace_linux.ko for 64-bit binaries.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D3954
2015-10-22 21:28:20 +00:00
..
dtmalloc Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
dtnfscl Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
dtrace Initial version of DTrace on ARM32. 2015-02-10 19:41:30 +00:00
dtrace_test Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
dtraceall Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
fasttrap Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support 2015-01-03 03:35:18 +00:00
fbt Factor out the common code for function boundary tracing instead of 2014-08-16 21:42:55 +00:00
profile Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
prototype Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
sdt Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
systrace Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
systrace_freebsd32 Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR 2014-03-06 01:59:13 +00:00
systrace_linux Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
systrace_linux32 Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
Makefile Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
Makefile.inc Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00