Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 177) sorted by relevance

12345678

/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dparse-console.sh125 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 …]
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Drun_common.sh62 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)"
A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
10 printf "$summary"
A Drun_bench_trigger.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-10s: %s\n" $i "$summary"
A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-10s: %s\n" $i "$summary"
/linux-6.3-rc2/fs/jffs2/
A Dsummary.c32 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 …]
A Dnodemgmt.c339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock()
368 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
372 c->summary->sum_size, sumsize); in jffs2_do_reserve_space()
377 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space()
381 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
393 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
404 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dstat+csv_summary.sh11 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 | \
A Dtest_task_analyzer.sh85 perf script report task-analyzer --summary > $out
92 perf script report task-analyzer --summary-extended > $out
99 perf script report task-analyzer --summary-only > $out
106 perf script report task-analyzer --extended-times --summary --ns > $out
125 perf script report task-analyzer --csv-summary csvsummary > /dev/null
131 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
/linux-6.3-rc2/net/rxrpc/
A Dinput.c31 summary->flight_size = in rxrpc_congestion_management()
35 summary->retrans_timeo = true; in rxrpc_congestion_management()
60 if (summary->saw_nacks) in rxrpc_congestion_management()
71 if (summary->saw_nacks) in rxrpc_congestion_management()
90 if (!summary->saw_nacks) in rxrpc_congestion_management()
93 if (summary->new_low_nack) { in rxrpc_congestion_management()
116 if (!summary->new_low_nack) { in rxrpc_congestion_management()
128 if (!summary->saw_nacks) in rxrpc_congestion_management()
216 summary->nr_rot_new_acks++; in rxrpc_rotate_tx_window()
726 summary->nr_acks++; in rxrpc_input_soft_acks()
[all …]
/linux-6.3-rc2/Documentation/translations/ja_JP/
A DSubmittingPatches500 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確
501 に表現しなければなりません。「summary phrase」をファイル名にしてはい
502 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を
506 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に
507 なるように心がけてください。「summary phrase」は git のチェンジログの中へ
508 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する
515 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を
517summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく
520summary phrase」は「Subject: [PATCH tag] <summary phrase>」のように、
522summary phrase」の一部とは考えませんが、パッチをどのように取り扱うべきかを
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dspectral.c480 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
484 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
486 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
492 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
496 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
498 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
500 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
667 summary->inb_pwr_db >>= 1; in ath11k_spectral_process_fft()
671 freq = summary->meta.freq1; in ath11k_spectral_process_fft()
674 freq = summary->meta.freq2; in ath11k_spectral_process_fft()
[all …]
/linux-6.3-rc2/Documentation/tools/rtla/
A Drtla-osnoise.rst20 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.
A Dcommon_hist_options.rst13 **--no-summary**
15 Do not print summary.
A Drtla-osnoise-top.rst5 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::
A Drtla-timerlat.rst22 The **rtla timerlat top** mode displays a summary of the periodic output
31 Prints the summary from *timerlat* tracer.
A Dcommon_top_options.rst3 Print only a summary at the end of the session.
/linux-6.3-rc2/tools/power/pm-graph/
A DREADME214 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 …]
/linux-6.3-rc2/tools/testing/selftests/
A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log
/linux-6.3-rc2/tools/perf/
A Dbuiltin-bench.c34 const char *summary; member
106 const char *summary; member
142 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
177 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
/linux-6.3-rc2/Documentation/hwmon/
A Dsmm665.rst14 http://www.summitmicro.com/prod_select/summary/SMM465/SMM465DS.pdf
24 http://www.summitmicro.com/prod_select/summary/SMM665/SMM665B_2089_20.pdf
34 http://www.summitmicro.com/prod_select/summary/SMM665C/SMM665C_2125.pdf
44 http://www.summitmicro.com/prod_select/summary/SMM764/SMM764_2098.pdf
54 http://www.summitmicro.com/prod_select/summary/SMM766/SMM766_2086.pdf
56 http://www.summitmicro.com/prod_select/summary/SMM766B/SMM766B_2122.pdf
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-sched.txt126 --summary::
127 Show only a summary of scheduling by thread with min, max, and average
131 --with-summary::
132 Show all scheduling events followed by a summary by thread with min,
/linux-6.3-rc2/Documentation/driver-api/soundwire/
A Dindex.rst8 summary
/linux-6.3-rc2/Documentation/spi/
A Dindex.rst10 spi-summary
/linux-6.3-rc2/arch/powerpc/tools/
A Dcheckpatch.sh11 --no-summary \

Completed in 34 milliseconds

12345678