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
stringwokenProcessName=wokenPid!=null?upidToProcessMap[wokenPid.Value].Name:wake.Values[0];// This field name is comms but it is woken process name.
160
+
stringwokenProcessName=wokenPid!=null?upidToProcessMap[wokenPid.Value].Name:wake.Args.ElementAt(0).Value.ToString();// This field name is comms but it is woken process name.
Copy file name to clipboardExpand all lines: PerfettoCds/Pipeline/Tables/PerfettoFtraceEventTable.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public static void BuildTable(ITableBuilder tableBuilder, IDataExtensionRetrieva
100
100
varcolIndex=index;// This seems unncessary but causes odd runtime behavior if not done this way. Compiler is confused perhaps because w/o this func will index=event.FieldNames.Count every time. index is passed as ref but colIndex as value into func
0 commit comments