From 6ecc5a340c9ced496b21c438f0005b7d30efe86d Mon Sep 17 00:00:00 2001 From: bz Date: Sat, 28 Nov 2009 16:54:18 +0000 Subject: Define an SDT provider for "opencrypto". MFC after: 6 days --- sys/opencrypto/crypto.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/opencrypto/crypto.c') diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c index 0637c86..5810780 100644 --- a/sys/opencrypto/crypto.c +++ b/sys/opencrypto/crypto.c @@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$"); #define CRYPTO_TIMING /* enable timing support */ #include "opt_ddb.h" +#include "opt_kdtrace.h" #include #include @@ -68,6 +69,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include @@ -80,6 +82,8 @@ __FBSDID("$FreeBSD$"); #include #include "cryptodev_if.h" +SDT_PROVIDER_DEFINE(opencrypto); + /* * Crypto drivers register themselves by allocating a slot in the * crypto_drivers table with crypto_get_driverid() and then registering -- cgit v1.1