diff options
author | br <br@FreeBSD.org> | 2016-05-05 13:54:50 +0000 |
---|---|---|
committer | br <br@FreeBSD.org> | 2016-05-05 13:54:50 +0000 |
commit | 229f59004efd5514c40b23e3e6a5dd5d5dda54fd (patch) | |
tree | 23085370f80688f94edf3d8791087c4e675d38fe /sys/conf/files.mips | |
parent | ee35e1301377ddf7b2236efed36e044da05faa1a (diff) | |
download | FreeBSD-src-229f59004efd5514c40b23e3e6a5dd5d5dda54fd.zip FreeBSD-src-229f59004efd5514c40b23e3e6a5dd5d5dda54fd.tar.gz |
Implement FBT provider (MD part) for DTrace on MIPS.
Tested on MIPS64.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r-- | sys/conf/files.mips | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 4cacac4..0fe0795 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -95,3 +95,9 @@ dev/hwpmc/hwpmc_mips74k.c optional hwpmc_mips74k # ofw support dev/ofw/ofwpci.c optional fdt pci + +# DTrace +cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs | dtrace compile-with "${CDDL_C}" +cddl/dev/dtrace/mips/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" +cddl/dev/dtrace/mips/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" +cddl/dev/fbt/mips/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" |