aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/conf
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2020-08-05 11:54:51 +0000
committerAndrew Turner <andrew@FreeBSD.org>2020-08-05 11:54:51 +0000
commitc085d2ea97f4427be3204720032ead3a21cb2c94 (patch)
treee29268a73cf933be33bb554a9bcf5fbca7c219be /sys/riscv/conf
parenta134ebd6e63f658f2d3d04ac0c60d23bcaa86dd7 (diff)
downloadsrc-c085d2ea97f4427be3204720032ead3a21cb2c94.tar.gz
src-c085d2ea97f4427be3204720032ead3a21cb2c94.zip
Add DDB_CTF to the arm64 and riscv kernel configs
This allows DTrace fbt probes to find arguments. Sponsored by: Innovate UK
Notes
Notes: svn path=/head/; revision=363909
Diffstat (limited to 'sys/riscv/conf')
-rw-r--r--sys/riscv/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 7caee97e7912..377420183177 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -67,6 +67,7 @@ options CAPABILITIES # Capsicum capabilities
options MAC # TrustedBSD MAC Framework
options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
options FPE # Floating-point extension support
options RACCT # Resource accounting framework
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default