/openbmc/linux/fs/jffs2/ |
H A D | summary.c | 30 c->summary = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL); in jffs2_sum_init() 32 if (!c->summary) { in jffs2_sum_init() 33 JFFS2_WARNING("Can't allocate memory for summary information!\n"); in jffs2_sum_init() 37 c->summary->sum_buf = kmalloc(sum_size, GFP_KERNEL); in jffs2_sum_init() 39 if (!c->summary->sum_buf) { in jffs2_sum_init() 40 JFFS2_WARNING("Can't allocate buffer for writing out summary information!\n"); in jffs2_sum_init() 41 kfree(c->summary); in jffs2_sum_init() 54 jffs2_sum_disable_collecting(c->summary); in jffs2_sum_exit() 56 kfree(c->summary->sum_buf); in jffs2_sum_exit() 57 c->summary->sum_buf = NULL; in jffs2_sum_exit() [all …]
|
H A D | summary.h | 16 /* Limit summary size to 64KiB so that we can kmalloc it. If the summary 17 is larger than that, we have to just ditch it and avoid using summary 38 /* Summary structures used on flash */ 91 /* Summary structures used in the memory */ 149 /* Summary related information stored in superblock */ 153 uint32_t sum_size; /* collected summary information for nextblock */ 159 jint32_t *sum_buf; /* buffer for writing out summary */ 162 /* Summary marker is stored at the end of every sumarized erase block */ 166 jint32_t offset; /* offset of the summary node in the jeb */ 172 #ifdef CONFIG_JFFS2_SUMMARY /* SUMMARY SUPPORT ENABLED */ [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-apps.bb | 1 SUMMARY = "OpenBMC - Applications" 37 SUMMARY:${PN}-bmc-state-mgmt = "BMC state management" 43 SUMMARY:${PN}-bmcweb = "bmcweb support" 49 SUMMARY:${PN}-chassis-state-mgmt = "Chassis state management" 55 SUMMARY:${PN}-console = "Serial over LAN support" 61 SUMMARY:${PN}-extras = "Extra features" 64 SUMMARY:${PN}-devtools = "Development tools" 80 SUMMARY:${PN}-dbus-monitor = "Support for dbus monitoring" 89 SUMMARY:${PN}-fan-control = "Fan control" 95 SUMMARY:${PN}-health-monitor = "Support for health monitoring" [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | parse-console.sh | 125 summary="" 129 summary="$summary Badness: $n_badness" 134 summary="$summary Warnings: $n_warn" 139 summary="$summary Bugs: $n_bugs" 146 summary="$summary (all bugs kcsan)" 148 summary="$summary KCSAN: $n_kcsan" 154 summary="$summary Call Traces: $n_calltrace" 159 summary="$summary lockdep: $n_badness" 164 summary="$summary Stalls: $n_stalls" 169 summary="$summary Starves: $n_starves" [all …]
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 47 class Summary: class 58 From a patch filename, return a list of "commit summary (author name <author 121 verbose: display per-file results instead of just summary 128 summary = Summary() 132 summary.total += 1 137 summary.sob_missing += 1 139 summary.sob_malformed += 1 141 summary.status_missing += 1 143 summary.status_malformed += 1 145 summary.status_pending += 1 [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | stat+csv_summary.sh | 2 # perf stat csv summary test 9 # summary 9224197 cycles 8012885033 100.00 11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \ 12 grep -e summary | \ 13 while read summary _num _event _run _pct 15 if [ $summary != "summary" ]; then 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \ 25 grep -e summary | \
|
H A D | test_task_analyzer.sh | 102 perf script report task-analyzer --summary > "$out" 103 check_exec_0 "perf script report task-analyzer --summary" 104 find_str_or_fail "Summary" "$out" "${FUNCNAME[0]}" 109 perf script report task-analyzer --summary-extended > "$out" 110 check_exec_0 "perf script report task-analyzer --summary-extended" 116 perf script report task-analyzer --summary-only > "$out" 117 check_exec_0 "perf script report task-analyzer --summary-only" 118 find_str_or_fail "Summary" "$out" "${FUNCNAME[0]}" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 124 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/ |
H A D | alsa-utils_1.2.13.bb | 1 SUMMARY = "ALSA sound utilities" 88 SUMMARY:alsa-utils-alsabat = "Command-line sound tester for ALSA sound card driver" 89 SUMMARY:alsa-utils-alsatplg = "Converts topology text files into binary format for kernel" 90 SUMMARY:alsa-utils-aplay = "Play (and record) sound files using ALSA" 91 SUMMARY:alsa-utils-amixer = "Command-line control for ALSA mixer and settings" 92 SUMMARY:alsa-utils-alsamixer = "ncurses-based control for ALSA mixer and settings" 93 SUMMARY:alsa-utils-speakertest = "ALSA surround speaker test utility" 94 SUMMARY:alsa-utils-midi = "Miscellaneous MIDI utilities for ALSA" 95 SUMMARY:alsa-utils-aconnect = "ALSA sequencer connection manager" 96 SUMMARY:alsa-utils-aseqnet = "Network client/server for ALSA sequencer" [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 1 SUMMARY = "Merge machine and distro options to create a basic machine task/package" 121 SUMMARY:packagegroup-distro-base = "${DISTRO} extras" 129 SUMMARY:packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" 133 SUMMARY:packagegroup-base-keyboard = "Keyboard support" 137 SUMMARY:packagegroup-base-pci = "PCI bus support" 141 SUMMARY:packagegroup-base-acpi = "ACPI support" 145 SUMMARY:packagegroup-base-ext2 = "ext2 filesystem support" 154 SUMMARY:packagegroup-base-vfat = "FAT filesystem support" 162 SUMMARY:packagegroup-base-alsa = "ALSA sound support" 172 SUMMARY:packagegroup-base-pcmcia = "PC card slot support" [all …]
|
/openbmc/linux/net/rxrpc/ |
H A D | input.c | 34 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() argument 42 summary->flight_size = in rxrpc_congestion_management() 43 (call->tx_top - call->acks_hard_ack) - summary->nr_acks; in rxrpc_congestion_management() 46 summary->retrans_timeo = true; in rxrpc_congestion_management() 48 summary->flight_size / 2, 2); in rxrpc_congestion_management() 58 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management() 62 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management() 63 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management() 64 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management() 65 summary->dup_acks = call->cong_dup_acks; in rxrpc_congestion_management() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | run_common.sh | 62 summary=$(echo $2 | tail -n1) 63 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)" 69 summary=$(echo $2 | tail -n1) 70 printf "%-20s %s%%\n" "$bench" "$(percentage $summary)" 76 summary=$(echo $2 | tail -n1) 77 printf "%-20s %s\n" "$bench" "$(ops $summary)" 83 summary=$(echo $2 | tail -n1) 84 printf "%-20s %s\n" "$bench" "$(local_storage $summary)" 90 summary=$(echo $2 | tail -n1) 91 printf "%-20s %s\n" "$bench" "$(total $summary)"
|
/openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
H A D | libpcre_8.45.bb | 5 SUMMARY = "Perl Compatible Regular Expressions" 42 SUMMARY:libpcrecpp = "${SUMMARY} - C++ wrapper functions" 43 SUMMARY:libpcreposix = "${SUMMARY} - C wrapper functions based on the POSIX regex API" 44 SUMMARY:pcregrep = "grep utility that uses perl 5 compatible regexes" 45 SUMMARY:pcregrep-doc = "grep utility that uses perl 5 compatible regexes - docs" 46 SUMMARY:pcretest = "program for testing Perl-comatible regular expressions" 47 SUMMARY:pcretest-doc = "program for testing Perl-comatible regular expressions - docs"
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 25 * Read and return the summary information for a given extent size, 27 * Keeps track of a current summary block, so we don't keep reading 36 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtget_summary() 37 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtget_summary() 38 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary() 54 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtany_summary() 55 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtany_summary() 60 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary() 71 * Get one summary datum. in xfs_rtany_summary() 98 * Copy and transform the summary fil [all...] |
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/packagegroups/ |
H A D | packagegroup-yadro-apps.bb | 1 SUMMARY = "OpenBMC for Yadro - Applications" 26 SUMMARY:${PN}-chassis = "Chassis power control" 32 SUMMARY:${PN}-fans = "Fan control" 36 SUMMARY:${PN}-flash = "Flash/firmware-related tools" 40 SUMMARY:${PN}-system = "System software" 50 SUMMARY:${PN}-interface = "Interfaces" 55 SUMMARY:${PN}-cli = "CLI utils"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | python3-manifest.json | 16 # fill up the SUMMARY section as well, the script should handle all the rest. 24 # "summary": "Python Web Browser support"} 33 # "summary": "Python Web Browser support"} 93 "summary": "Python test suite", string 107 "summary": "Python Asynchronous I/O", string 125 "summary": "Python Audio Handling", string 137 "summary": "Python codec", string 147 "summary": "Python bytecode compilation support", string 163 "summary": "Python high-level compression support", string 179 "summary": "Python interpreter and core modules", string [all …]
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.8 | 130 for duration: suspend-{date}-{time}-Nm. When the multitest run is done, the \fI-summary\fR 131 command is called automatically to create summary html files for all the data (unless you 133 or summary html files. You can then run the tool again at a later time with \fI-summary\fR 142 by running \fI-summary\fR and \fI-genhtml\fR. 196 \fB-summary \fIindir\fR 197 Create a set of summary pages for all tests in \fIindir\fR recursively. 198 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder. 199 summary.html is a table of tests with relevant info sorted by kernel/host/mode, 202 summary-issues.html is a list of kernel issues found in dmesg from all the tests. 203 summary-devices.html is a list of devices and times from all the tests. [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/ |
H A D | initramfs-framework_1.0.bb | 1 SUMMARY = "Modular initramfs system" 84 SUMMARY:initramfs-module-exec = "initramfs support for easy execution of applications" 88 SUMMARY:initramfs-module-mdev = "initramfs support for mdev" 92 SUMMARY:initramfs-module-udev = "initramfs support for udev" 96 SUMMARY:initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems" 100 SUMMARY:initramfs-module-nfsrootfs = "initramfs support for locating and mounting the root partitio… 104 SUMMARY:initramfs-module-rootfs = "initramfs support for locating and mounting the root partition" 108 SUMMARY:initramfs-module-debug = "initramfs dynamic debug support" 112 SUMMARY:initramfs-module-lvm = "initramfs lvm rootfs support" 116 SUMMARY:initramfs-module-overlayroot = "initramfs support for mounting a RW overlay on top of a RO …
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtsummary.c | 26 * Realtime Summary 29 * We check the realtime summary by scanning the realtime bitmap file to create 30 * a new summary file incore, and then we compare the computed version against 48 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary() 58 /* Allocate a memory buffer for the summary comparison. */ in xchk_setup_rtsummary() 113 /* Update the summary file to reflect the free extent that we've accumulated. */ 146 /* Bump the summary count. */ in xchk_rtsum_record_free() 158 /* Compute the realtime summary from the realtime bitmap. */ 231 /* Scrub the realtime summary. */ 244 /* Construct the new summary file from the rtbitmap. */ in xchk_rtsummary() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | bsp-hw.json | 33 "summary": "boot_and_install_from_USB" string 59 "summary": "live_boot_from_USB" string 89 "summary": "switch_among_multi_applications_and_desktop" string 111 "summary": "connman_offline_mode_in_connman-gnome" string 141 "summary": "check_CPU_utilization_after_standby" string 167 "summary": "Add_multiple_files_in_media_player" string 193 "summary": "video_-_libva_check_(ogg_video_play)" string 215 "summary": "media_player_-_play_video_(ogv)" string 245 "summary": "media_player_-_stop/play_button_(ogv)" string 271 "summary": "audio_-_play_(ogg)_with_HDMI" string [all …]
|
/openbmc/openbmc/meta-facebook/recipes-fb/packagegroups/ |
H A D | packagegroup-fb-apps.bb | 1 SUMMARY = "OpenBMC for Facebook - Applications" 28 SUMMARY:${PN}-chassis = "Facebook Chassis" 33 SUMMARY:${PN}-extras:tiogapass = "Extra features for tiogapass" 36 SUMMARY:${PN}-fans = "Facebook Fans" 41 SUMMARY:${PN}-flash = "Facebook Flash" 57 SUMMARY:${PN}-system = "Facebook System"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-runtime.inc | 3 SUMMARY = "Runtime libraries from GCC" 201 SUMMARY:libstdc++ = "GNU standard C++ library" 208 SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" 213 SUMMARY:libstdc++-staticdev = "GNU standard C++ library - static development files" 216 SUMMARY:libstdc++-precompile-dev = "GNU standard C++ library - precompiled header files" 219 SUMMARY:libssp = "GNU stack smashing protection library" 226 SUMMARY:libssp-dev = "GNU stack smashing protection library - development files" 228 SUMMARY:libssp-staticdev = "GNU stack smashing protection library - static development files" 231 SUMMARY:libquadmath = "GNU quad-precision math library" 237 SUMMARY:libquadmath-dev = "GNU quad-precision math library - development files" [all …]
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/packagegroups/ |
H A D | packagegroup-fvp-apps.bb | 1 SUMMARY = "OpenBMC for FVP - Applications" 23 SUMMARY:${PN}-chassis = "FVP Chassis" 27 SUMMARY:${PN}-user = "FVP User" 31 SUMMARY:${PN}-flash = "FVP Flash" 35 SUMMARY:${PN}-system = "FVP System"
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cache_extra.py | 28 cachefields = ['summary', 'license', 'section', 34 self.summary = self.getvar('SUMMARY', metadata) 46 cachedata.summary = {} 56 cachedata.summary[fn] = self.summary
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | lmbench_result_html_report.patch | 36 $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs 45 -<h2><a href=summary>Summary of results</a></h2> 46 +<h2><a href=summary.out>Summary of results</a></h2>
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | search.py | 25 defsummary = tinfoil.config_data.getVar('SUMMARY', False) or '' 33 summary = rd.getVar('SUMMARY') 34 if summary == rd.expand(defsummary): 35 summary = '' 36 print("%s %s" % (pn.ljust(20), summary)) 106 …, package name, description and installed files, and prints the recipe name and summary on match.',
|