Lines Matching +full:keys +full:- +full:per +full:- +full:group
2 // Data and Timestamps are separate b/c dbus-pcap does not include
12 // group-by condition changes
47 // This "group" is based on the content of the DBus
48 // It is independent of the "group_by" of the meta-data (sender/destination/
67 if (path.indexOf("/xyz/openbmc_project/sensors/") != -1 &&
101 let grouped = {}; // [content key][sort key] -> packet
164 // Todo: put g_StartingSec somewhere that's common between sensors and non-sensors
170 // First, turn "content keys" into headers in the flattened layout
171 const content_keys = Object.keys(grouped);
173 const keys = Object.keys(grouped);
174 let sortedKeys = keys.slice();
180 // Per-content key
182 const keys1 = Object.keys(grouped1);
221 …if (t0t1[0] <= t0t1[1]) { // For errored-out method calls, the end time will be set to a value sm…
245 level --;
264 x[0] -= g_StartingSec;
265 x[1] -= g_StartingSec;
268 // merged intervals should be time-shifted as well
272 mi[0] -= g_StartingSec;
273 mi[1] -= g_StartingSec;
286 v.MouseState.x = event.pageX - this.offsetLeft;
287 v.MouseState.y = event.pageY - this.offsetTop;
296 u.MouseState.x = event.pageX - Canvas_DBus.offsetLeft;