/[base]
ViewVC logotype

Revision 219561


Jump to revision: Previous Next
Author: avg
Date: Sat Mar 12 09:09:25 2011 UTC (13 years, 3 months ago)
Changed paths: 8
Log Message:
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls

Add systrace_linux32 and systrace_freebsd32 modules which provide
support for tracing compat system calls in addition to native system
call tracing provided by systrace module.

Provided that all the systrace modules are loaded now you can select
what syscalls to trace in the following manner:

syscall::xxx:yyy - work on all system calls that match the specification
syscall:freebsd:xxx:yyy - only native system calls
syscall:linux32:xxx:yyy - linux32 compat system calls
syscall:freebsd32:xxx:yyy - freebsd32 compat system calls on amd64

PR:		kern/152822
Submitted by:	Artem Belevich <fbsdlist@src.cx>
Reviewed by:	jhb (earlier version)
MFC after:	3 weeks


Changed paths

Path Details
Directoryhead/sys/cddl/dev/systrace/systrace.c modified , text changed
Directoryhead/sys/modules/dtrace/Makefile modified , text changed
Directoryhead/sys/modules/dtrace/dtraceall/Makefile modified , text changed
Directoryhead/sys/modules/dtrace/dtraceall/dtraceall.c modified , text changed
Directoryhead/sys/modules/dtrace/systrace_freebsd32/ added
Directoryhead/sys/modules/dtrace/systrace_freebsd32/Makefile added
Directoryhead/sys/modules/dtrace/systrace_linux32/ added
Directoryhead/sys/modules/dtrace/systrace_linux32/Makefile added

  ViewVC Help
Powered by ViewVC 1.1.27