summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2017-10-10 10:32:18 -0700
committerGitHub <noreply@github.com>2017-10-10 10:32:18 -0700
commit91b7e671d2bc73d63737a9ca4307f9b0f93e7e48 (patch)
tree324ef9a85790ca009a48217f5e2ffb0a1443fbc9 /Documentation
parentea23b794eaa7f5bf595da55e2ff5ea6025a1c772 (diff)
downloadcoreclr-91b7e671d2bc73d63737a9ca4307f9b0f93e7e48.tar.gz
coreclr-91b7e671d2bc73d63737a9ca4307f9b0f93e7e48.tar.bz2
coreclr-91b7e671d2bc73d63737a9ca4307f9b0f93e7e48.zip
Fix case of environment vars
The case of the COMPlus_ environment variables matters on Linux. Fix instructions to be consistent.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/linux-performance-tracing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md
index 559c82f6ff..fdadc4b490 100644
--- a/Documentation/project-docs/linux-performance-tracing.md
+++ b/Documentation/project-docs/linux-performance-tracing.md
@@ -119,8 +119,8 @@ Filtering is implemented on Windows through the latest mechanisms provided with
On Linux those mechanisms are not available yet. Instead, there are two environment variables that exist just on linux to do some basic filtering.
-* COMPLUS_EventSourceFilter – filter event sources by name
-* COMPLUS_EventNameFilter – filter events by name
+* COMPlus_EventSourceFilter – filter event sources by name
+* COMPLus_EventNameFilter – filter events by name
Setting one or both of these variables will only enable collecting events that contain the name you specify as a substring. Strings are treated as case insensitive.