Home
last modified time | relevance | path

Searched full:grouped (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js96 let grouped = {};
104 if (grouped[key] == undefined) grouped[key] = [];
105 grouped[key].push(preprocessed[n]);
107 return grouped;
126 let grouped = Group_ASIO(preproc, v.GroupBy);
127 GenerateTimeLine_ASIO(grouped);
131 function GenerateTimeLine_ASIO(grouped) { argument
132 const keys = Object.keys(grouped);
142 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) {
143 let entry = grouped[sortedKeys[i]][j];
H A Ddbus_timeline_vis.js101 let grouped = {}; // [content key][sort key] -> packet
128 if (grouped[content_group] == undefined) {
129 grouped[content_group] = [];
131 let grouped1 = grouped[content_group];
136 return grouped;
159 let grouped = Group_DBus(preproc, v.GroupBy);
160 GenerateTimeLine_DBus(grouped);
165 function GenerateTimeLine_DBus(grouped) { argument
171 const content_keys = Object.keys(grouped);
173 const keys = Object.keys(grouped);
[all …]
H A Dipmi_timeline_vis.js314 let grouped = {};
425 if (grouped[key] == undefined) {
426 grouped[key] = [];
428 grouped[key].push(p);
431 return grouped;
434 function GenerateTimeLine(grouped) { argument
435 const keys = Object.keys(grouped);
458 for (let j = 0; j < grouped[sortedKeys[i]].length; j++) {
459 let entry = grouped[sortedKeys[i]][j];
490 grouped = Group(preproc, v.GroupBy);
[all …]
/openbmc/linux/drivers/leds/rgb/
H A DKconfig9 This option enables support for monochrome LEDs that are grouped
11 different colors are physically grouped in a single multi-color LED
22 grouped into multicolor LEDs.
37 a LED, grouped to represent a RGB LED or exposed as PWM channels.
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Domap5xxx-bandgap.h25 * Register below are grouped by domain (not necessarily in offset order)
61 * grouped by register.
106 * and thresholds for OMAP5430. Definitions are grouped
H A Ddra752-bandgap.h29 * Register below are grouped by domain (not necessarily in offset order)
79 * grouped by register.
130 * and thresholds for DRA752. Definitions are grouped
H A Domap4xxx-bandgap.h37 * grouped by register.
107 * grouped by register.
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DREADME.md5 value). Keywords are grouped into records, usually with similar function grouped
/openbmc/docs/designs/
H A Dgpio-based-cable-presence.md69 On the IPMI sIDe, the presence states will be grouped into fewer SDR IDs in
85 the trailing index indicates that they need to be grouped. After grouping, the
168 `/xyz/openbmc_project/inventory/item/cable` should not be grouped to another
/openbmc/linux/tools/perf/tests/shell/
H A Dstat.sh62 # Topdown events must be grouped with the slots event first. Test that
86 # Weak groups break if the perf_event_open of multiple grouped events
/openbmc/linux/include/net/
H A Dflow_dissector.h113 /* (src,dst) must be grouped, in the same way than in IP header */
124 /* (src,dst) must be grouped, in the same way than in IP header */
219 /* (dst,src) must be grouped, in the same way than in ETH header */
/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.h23 * translation tables are grouped into windows, each window registers are
24 * grouped into blocks of 4 or 16 registers each
/openbmc/u-boot/board/birdland/bav335x/
H A DREADME29 note that all of the SPL options are grouped together, rather than with
/openbmc/phosphor-led-manager/manager/
H A Dledlayout.hpp32 // Order LEDs such that same LEDs are grouped next to
/openbmc/qemu/contrib/gitdm/
H A Dgroup-map-individuals5 # affiliations (or non-company related personal work) to be grouped
/openbmc/linux/sound/pci/asihpi/
H A Dhpipcida.h14 they MUST be grouped by HPI entry point.
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-class-multicolor.yaml15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED
/openbmc/qemu/qapi/
H A Dtransaction.json31 # @grouped: If any Action fails after the Transaction succeeds, cancel
39 'data': [ 'individual', 'grouped' ] }
/openbmc/intel-ipmi-oem/
H A DREADME.md18 Related features provided by the library are grouped in separate source files.
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dst,stih407-powerdown.yaml16 registers. These have been grouped together into a single reset controller
/openbmc/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py132 print("Statistics about the general events grouped by thread/symbol/dso: \n")
165 … print("Statistics about the PEBS Load Latency events grouped by thread/symbol/dse/latency: \n")
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst23 To make tests easy to find, they are grouped into suites and subsystems. A test
79 KUnit tests are grouped into test suites, which cover a specific area of
/openbmc/linux/Documentation/devicetree/bindings/powerpc/
H A Dsleep.yaml37 reasonably grouped in this manner, then create a virtual sleep controller
/openbmc/u-boot/include/
H A Dvsprintf.h203 * print_grouped_ull() - print a value with digits grouped by ','
205 * This prints a value with grouped digits, like 12,345,678 to make it easier
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst368 CPUs are not grouped. A work item issued on one CPU is processed by a
373 CPUs are grouped according to SMT boundaries. This usually means that the
374 logical threads of each physical CPU core are grouped together.
377 CPUs are grouped according to cache boundaries. Which specific cache
382 CPUs are grouped according to NUMA bounaries.

12345678910>>...13