/openbmc/openbmc-tools/dbus-vis/ |
H A D | boost_handler_timeline_vis.js | 96 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 D | dbus_timeline_vis.js | 101 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 D | ipmi_timeline_vis.js | 314 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 D | Kconfig | 9 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 D | omap5xxx-bandgap.h | 25 * 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 D | dra752-bandgap.h | 29 * 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 D | omap4xxx-bandgap.h | 37 * grouped by register. 107 * grouped by register.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | README.md | 5 value). Keywords are grouped into records, usually with similar function grouped
|
/openbmc/docs/designs/ |
H A D | gpio-based-cable-presence.md | 69 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 D | stat.sh | 62 # 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 D | flow_dissector.h | 113 /* (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 D | pcie-mobiveil.h | 23 * 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 D | README | 29 note that all of the SPL options are grouped together, rather than with
|
/openbmc/phosphor-led-manager/manager/ |
H A D | ledlayout.hpp | 32 // Order LEDs such that same LEDs are grouped next to
|
/openbmc/qemu/contrib/gitdm/ |
H A D | group-map-individuals | 5 # affiliations (or non-company related personal work) to be grouped
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpipcida.h | 14 they MUST be grouped by HPI entry point.
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-class-multicolor.yaml | 15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED
|
/openbmc/qemu/qapi/ |
H A D | transaction.json | 31 # @grouped: If any Action fails after the Transaction succeeds, cancel 39 'data': [ 'individual', 'grouped' ] }
|
/openbmc/intel-ipmi-oem/ |
H A D | README.md | 18 Related features provided by the library are grouped in separate source files.
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | st,stih407-powerdown.yaml | 16 registers. These have been grouped together into a single reset controller
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | event_analyzing_sample.py | 132 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 D | style.rst | 23 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 D | sleep.yaml | 37 reasonably grouped in this manner, then create a virtual sleep controller
|
/openbmc/u-boot/include/ |
H A D | vsprintf.h | 203 * 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 D | workqueue.rst | 368 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.
|