/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/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)"
|
H A D | run_bench_bpf_hashmap_full_update.sh | 9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update) 10 printf "$summary"
|
H A D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
H A D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
H A D | run_bench_htab_mem.sh | 21 local summary=$(echo $2 | tail -n1) 23 printf "%-20s %s\n" "$bench" "$(htab_mem $summary)"
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 128 summary = Summary() 132 summary.total += 1 137 summary.sob_missing += 1 139 summary.sob_malformed += 1 141 summary.status_missing += 1 145 summary.status_pending += 1 147 summary.cve_missing += 1 180 return summary 183 def display_summary(summary, verbose): argument 208 def generate_metrics(summary, output): argument [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | summary.c | 32 if (!c->summary) { in jffs2_sum_init() 39 if (!c->summary->sum_buf) { in jffs2_sum_init() 41 kfree(c->summary); in jffs2_sum_init() 56 kfree(c->summary->sum_buf); in jffs2_sum_exit() 57 c->summary->sum_buf = NULL; in jffs2_sum_exit() 59 kfree(c->summary); in jffs2_sum_exit() 60 c->summary = NULL; in jffs2_sum_exit() 234 c->summary->sum_size, c->summary->sum_num, in jffs2_sum_move_collected() 395 sp = summary->sum; in jffs2_sum_process_sum_data() 797 c->summary->sum_num--; in jffs2_sum_write_data() [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | stat+csv_summary.sh | 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" 109 perf script report task-analyzer --summary-extended > "$out" 116 perf script report task-analyzer --summary-only > "$out" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 142 perf script report task-analyzer --csv-summary csvsummary > /dev/null 148 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
|
/openbmc/linux/net/rxrpc/ |
H A D | input.c | 42 summary->flight_size = in rxrpc_congestion_management() 46 summary->retrans_timeo = true; in rxrpc_congestion_management() 69 if (summary->saw_nacks) in rxrpc_congestion_management() 80 if (summary->saw_nacks) in rxrpc_congestion_management() 99 if (!summary->saw_nacks) in rxrpc_congestion_management() 102 if (summary->new_low_nack) { in rxrpc_congestion_management() 125 if (!summary->new_low_nack) { in rxrpc_congestion_management() 137 if (!summary->saw_nacks) in rxrpc_congestion_management() 788 summary->nr_acks++; in rxrpc_input_soft_acks() 790 summary->nr_new_acks++; in rxrpc_input_soft_acks() [all …]
|
/openbmc/linux/Documentation/translations/ja_JP/ |
H A D | SubmittingPatches | 500 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確 501 に表現しなければなりません。「summary phrase」をファイル名にしてはい 502 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を 506 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に 507 なるように心がけてください。「summary phrase」は git のチェンジログの中へ 508 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する 515 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を 517 「summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく 520 「summary phrase」は「Subject: [PATCH tag] <summary phrase>」のように、 522 「summary phrase」の一部とは考えませんが、パッチをどのように取り扱うべきかを [all …]
|
/openbmc/dbus-sensors/src/fan/ |
H A D | PresenceGpio.hpp | 32 std::string summary = deviceType + " " + deviceName + " Inserted"; in logPresent() local 34 lg2::info(summary.c_str(), "REDFISH_MESSAGE_ID", msg.c_str(), in logPresent() 40 std::string summary = deviceType + " " + deviceName + " Removed"; in logRemoved() local 42 lg2::error(summary.c_str(), "REDFISH_MESSAGE_ID", msg.c_str(), in logRemoved()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cache_extra.py | 34 self.summary = self.getvar('SUMMARY', metadata) 46 cachedata.summary = {} 56 cachedata.summary[fn] = self.summary
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 481 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 485 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 487 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 493 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 497 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary() 499 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary() 501 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary() 668 summary->inb_pwr_db >>= 1; in ath11k_spectral_process_fft() 672 freq = summary->meta.freq1; in ath11k_spectral_process_fft() 675 freq = summary->meta.freq2; in ath11k_spectral_process_fft() [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 90 uint32_t summary; member 553 entry->summary = RTAS_LOG_VERSION_6 in spapr_powerdown_req() 605 entry->summary = RTAS_LOG_VERSION_6 in spapr_hotplug_req_event() 756 uint32_t summary; in spapr_mce_get_elog_type() local 782 return summary; in spapr_mce_get_elog_type() 801 return summary; in spapr_mce_get_elog_type() 805 summary |= RTAS_LOG_INITIATOR_CPU; in spapr_mce_get_elog_type() 806 return summary; in spapr_mce_get_elog_type() 817 uint32_t summary; in spapr_mce_dispatch_elog() local 822 log.summary = cpu_to_be32(summary); in spapr_mce_dispatch_elog() [all …]
|
/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 | 33 summary = rd.getVar('SUMMARY') 34 if summary == rd.expand(defsummary): 35 summary = '' 36 print("%s %s" % (pn.ljust(20), summary))
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/pyparsing/ |
H A D | parse_shortlog.py | 13 summary = pyparsing.OneOrMore(pyparsing.Word(pyparsing.printables)) variable 14 shortlog = common.start + target + common.colon + summary + common.end
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | common_hist_options.rst | 13 **--no-summary** 15 Do not print summary.
|
H A D | rtla-osnoise.rst | 20 a summary of the noise of the operating system, including the counters of 23 mode displays information about the periodic summary from the *osnoise* tracer. 32 Prints the summary from osnoise tracer.
|
H A D | rtla-osnoise-top.rst | 5 Display a summary of the operating system noise 18 **rtla osnoise top** collects the periodic summary from the *osnoise* tracer, 39 a summary of the report at the end of the session::
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
H A D | template.md | 5 *Brief summary of the hardware* 17 *A summary of how to deploy or execute the image*
|
/openbmc/linux/tools/testing/selftests/ |
H A D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | README | 214 individual test data and a set of summary pages in the root. The summary.html 216 summary-issue.html and summary-devices.html files include data taken from 220 summary.html 221 summary-issues.html 222 summary-devices.html 245 run is done, the -summary command is called automatically to create summary 255 generate the timelines and summary. 259 -summary indir 261 files: summary.html, summary-issues.html, and summary-devices.html in the 286 the summary.html files. [all …]
|