summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace/Makefile
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2012-11-07 23:45:09 +0000
committerjhibbits <jhibbits@FreeBSD.org>2012-11-07 23:45:09 +0000
commit99d6a5644c78b3f3504ecbf7be003b7c3e99a62a (patch)
tree8d8c4ccbc7450fce2f9dc5ef56aa8edccb25145d /sys/modules/dtrace/Makefile
parentc0efff79f978db7391db5e3e771dd9eaaf68abc5 (diff)
downloadFreeBSD-src-99d6a5644c78b3f3504ecbf7be003b7c3e99a62a.zip
FreeBSD-src-99d6a5644c78b3f3504ecbf7be003b7c3e99a62a.tar.gz
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
There is one known issue: Some probes will display an error message along the lines of: "Invalid address (0)" I tested this with both a simple dtrace probe and dtruss on a few different binaries on 32-bit. I only compiled 64-bit, did not run it, but I don't expect problems without the modules loaded. Volunteers are welcome. MFC after: 1 month
Diffstat (limited to 'sys/modules/dtrace/Makefile')
-rw-r--r--sys/modules/dtrace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index 02423e9..6d18143 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -10,12 +10,14 @@ SUBDIR= dtmalloc \
dtraceall \
dtrace_test \
dtio \
+ lockstat \
+ profile \
prototype \
sdt \
systrace
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
-SUBDIR+= fasttrap fbt lockstat profile systrace_linux32
+SUBDIR+= fasttrap fbt systrace_linux32
.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= systrace_freebsd32
OpenPOWER on IntegriCloud