diff options
author | Ruslan Bukin <br@FreeBSD.org> | 2016-05-05 13:54:50 +0000 |
---|---|---|
committer | Ruslan Bukin <br@FreeBSD.org> | 2016-05-05 13:54:50 +0000 |
commit | d7dc6bae0391a8c92918893057450ab57796943a (patch) | |
tree | 23085370f80688f94edf3d8791087c4e675d38fe /sys/conf/files.mips | |
parent | cd642c88a1957179fdc6843a6c7bd04ca238d625 (diff) |
Implement FBT provider (MD part) for DTrace on MIPS.
Tested on MIPS64.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Notes
Notes:
svn path=/head/; revision=299118
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 4cacac425531..0fe07953c24b 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}" |