From 6d4e69c926bbfd0c409e17a54f1f3dfde357f5a0 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Wed, 14 Nov 2007 04:48:58 +0000 Subject: Reserve a bit for use when capturing callchains. --- sys/sys/proc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 8274342..8e0b90e 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -372,6 +372,7 @@ do { \ #define TDP_WAKEUP 0x00080000 /* Don't sleep in umtx cond_wait */ #define TDP_INBDFLUSH 0x00100000 /* Already in BO_BDFLUSH, do not recurse */ #define TDP_KTHREAD 0x00200000 /* This is an official kernel thread */ +#define TDP_CALLCHAIN 0x00400000 /* Capture thread's callchain */ /* * Reasons that the current thread can not be run yet. -- cgit v1.1