summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-09-07 13:48:21 -0700
committerGitHub <noreply@github.com>2018-09-07 13:48:21 -0700
commit7a231d1cecb9c2dad09e7d6c179af4b587d95687 (patch)
tree8232fb7c2483e2ba4309288afe7ae94892d9cbe4 /src/inc
parentd81a3685df482e8962bf696e44b9071f19bfac2f (diff)
downloadcoreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.tar.gz
coreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.tar.bz2
coreclr-7a231d1cecb9c2dad09e7d6c179af4b587d95687.zip
Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 0d843fbade..a3b6515ac6 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -741,6 +741,7 @@ RETAIL_CONFIG_DWORD_INFO(INTERNAL_EnableEventPipe, W("EnableEventPipe"), 0, "Ena
RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeOutputFile, W("EventPipeOutputFile"), "The full path including file name for the trace file that will be written when COMPlus_EnableEventPipe&=1")
RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeConfig, W("EventPipeConfig"), "Configuration for EventPipe.")
RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeRundown, W("EventPipeRundown"), 1, "Enable/disable eventpipe rundown.")
+RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeCircularMB, W("EventPipeCircularMB"), 1024, "The EventPipe circular buffer size in megabytes.")
#ifdef FEATURE_GDBJIT
///