Fixing a case where we should set the RundownKeyword (#4662)
authorAndrew Au <andrewau@microsoft.com>
Tue, 14 May 2024 01:48:02 +0000 (18:48 -0700)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 01:48:02 +0000 (01:48 +0000)
src/Tools/dotnet-trace/Profile.cs

index 6fd6caaedb69186c32f13230bc34ed78a84bb526..2114ff05407e72e0ea613c5f14b957641d344296 100644 (file)
@@ -22,7 +22,7 @@ namespace Microsoft.Diagnostics.Tools.Trace
 
         public string Description { get; }
 
-        public long RundownKeyword { get; set; }
+        public long RundownKeyword { get; set; } = EventPipeSession.DefaultRundownKeyword;
 
         public RetryStrategy RetryStrategy { get; set; } = RetryStrategy.NothingToRetry;