You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/project-docs/linux-performance-tracing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Filtering is implemented on Windows through the latest mechanisms provided with
120
120
On Linux those mechanisms are not available yet. Instead, there are two environment variables that exist just on linux to do some basic filtering.
121
121
122
122
* COMPlus_EventSourceFilter – filter event sources by name
123
-
*COMPLus_EventNameFilter – filter events by name
123
+
*COMPlus_EventNameFilter – filter events by name
124
124
125
125
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.
0 commit comments