summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr_class.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-05-25 22:13:22 +0000
committerjhb <jhb@FreeBSD.org>2015-05-25 22:13:22 +0000
commit01eefee0f3ae8e171b35b6ceb860221b5e72fc9c (patch)
treecc59a07c48fa4b921adb4966315a3827e1fdd642 /sys/sys/ktr_class.h
parent50f49b724028193c2880a086fdbbe1a7e5ab3e80 (diff)
downloadFreeBSD-src-01eefee0f3ae8e171b35b6ceb860221b5e72fc9c.zip
FreeBSD-src-01eefee0f3ae8e171b35b6ceb860221b5e72fc9c.tar.gz
Add KTR tracing for some MI ptrace events.
Differential Revision: https://reviews.freebsd.org/D2643 Reviewed by: kib
Diffstat (limited to 'sys/sys/ktr_class.h')
-rw-r--r--sys/sys/ktr_class.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/ktr_class.h b/sys/sys/ktr_class.h
index bdd7c1a..6635cdc 100644
--- a/sys/sys/ktr_class.h
+++ b/sys/sys/ktr_class.h
@@ -71,7 +71,8 @@
#define KTR_INET6 0x10000000 /* IPv6 stack */
#define KTR_SCHED 0x20000000 /* Machine parsed sched info. */
#define KTR_BUF 0x40000000 /* Buffer cache */
-#define KTR_ALL 0x7fffffff
+#define KTR_PTRACE 0x80000000 /* Process debugging. */
+#define KTR_ALL 0xffffffff
/* KTR trace classes to compile in */
#ifdef KTR
OpenPOWER on IntegriCloud