From: Vance Morrison Date: Mon, 5 Mar 2018 18:08:35 +0000 (-0800) Subject: Change COMPLus -> COMPlus X-Git-Tag: accepted/tizen/unified/20190422.045933~2766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56d49222361f0244cfcfa3d77b5bb2bfa582ac3f;p=platform%2Fupstream%2Fcoreclr.git Change COMPLus -> COMPlus --- diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index fdadc4b..34a7a78 100644 --- a/Documentation/project-docs/linux-performance-tracing.md +++ b/Documentation/project-docs/linux-performance-tracing.md @@ -120,7 +120,7 @@ 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_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.