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
Fix for Issue 109 - PopulateCpuWakeEvents - ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index') (#110)
-Add some of the waker metadata as default hidden columns
stringwokenProcessName=wokenPid!=null?upidToProcessMap[wokenPid.Value].Name:wake.Args.ElementAt(0).Value.ToString();// This field name is comms but it is woken process name.
160
+
objectcomm;
161
+
wake.Args.TryGetValue("comm",outcomm);// This field name is comm but it is woken process name.
0 commit comments