From 598cd1644225bd16d673d1f3986dc3ab43c2ec11 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 21 Oct 2015 19:08:16 +0000 Subject: [PATCH] arm64: Enable CTF for DTrace support Sponsored by: The FreeBSD Foundation --- sys/arm64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index d671fa870c2..87f788403ba 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -22,6 +22,7 @@ cpu ARM64 ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols +makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption