Home
last modified time | relevance | path

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

12345678

/linux-6.15/tools/testing/selftests/rcutorture/bin/
H 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.15/tools/testing/selftests/bpf/benchs/
H 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)"
H A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
10 printf "$summary"
H 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"
H A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-15s: %s\n" $i "$summary"
H A Drun_bench_htab_mem.sh21 local summary=$(echo $2 | tail -n1)
23 printf "%-20s %s\n" "$bench" "$(htab_mem $summary)"
H A Drun_bench_trigger.sh21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
22 printf "%-15s: %s\n" $t "$summary"
/linux-6.15/net/rxrpc/
H A Dinput.c39 summary->retrans_timeo = true; in rxrpc_congestion_management()
90 if (summary->new_low_snack) { in rxrpc_congestion_management()
115 if (!summary->new_low_snack) { in rxrpc_congestion_management()
212 summary->acked_serial, summary->ack_serial, in rxrpc_add_data_rtt_sample()
235 summary->new_low_snack = true; in rxrpc_rotate_tx_window()
269 summary->nr_new_hacks++; in rxrpc_rotate_tx_window()
282 summary->nr_new_hacks++; in rxrpc_rotate_tx_window()
904 summary->nr_new_sacks += a; in rxrpc_input_soft_ack_tq()
937 if (summary->acked_serial) in rxrpc_input_soft_ack_tq()
1127 if (summary.acked_serial) { in rxrpc_input_ack()
[all …]
H A Dinput_rack.c63 struct rxrpc_ack_summary *summary, in rxrpc_rack_update() argument
104 struct rxrpc_ack_summary *summary, in rxrpc_rack_detect_reordering() argument
122 struct rxrpc_ack_summary *summary, in rxrpc_input_rack_one() argument
126 rxrpc_rack_update(call, summary, tq, ix); in rxrpc_input_rack_one()
131 struct rxrpc_ack_summary *summary, in rxrpc_input_rack() argument
142 trace_rxrpc_rack_update(call, summary); in rxrpc_input_rack()
157 struct rxrpc_ack_summary *summary) in rxrpc_rack_update_reo_wnd() argument
184 if (summary->in_fast_or_rto_recovery) in rxrpc_rack_update_reo_wnd()
245 struct rxrpc_ack_summary *summary) in rxrpc_rack_detect_loss_and_arm_timer() argument
381 } else if (summary->tlp_probe_acked) { in rxrpc_tlp_process_ack()
[all …]
/linux-6.15/fs/jffs2/
H 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 …]
H A Dnodemgmt.c343 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock()
372 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
376 c->summary->sum_size, sumsize); in jffs2_do_reserve_space()
381 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space()
385 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
397 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
408 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
/linux-6.15/tools/perf/tests/shell/
H 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 _ _ _ _
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 Dtest_task_analyzer.sh105 perf script report task-analyzer --summary > "$out"
112 perf script report task-analyzer --summary-extended > "$out"
119 perf script report task-analyzer --summary-only > "$out"
126 perf script report task-analyzer --extended-times --summary --ns > "$out"
145 perf script report task-analyzer --csv-summary csvsummary > /dev/null
151 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_top.c95 memset(summary, 0, sizeof(*summary)); in timerlat_top_reset_sum()
96 summary->min_irq = ~0; in timerlat_top_reset_sum()
97 summary->min_thread = ~0; in timerlat_top_reset_sum()
98 summary->min_user = ~0; in timerlat_top_reset_sum()
374 if (!summary->irq_count && !summary->thread_count) in timerlat_top_print_sum()
389 if (!summary->irq_count) { in timerlat_top_print_sum()
394 trace_seq_printf(s, "%9llu ", summary->sum_irq / summary->irq_count); in timerlat_top_print_sum()
398 if (!summary->thread_count) { in timerlat_top_print_sum()
404 summary->sum_thread / summary->thread_count); in timerlat_top_print_sum()
415 if (!summary->user_count) { in timerlat_top_print_sum()
[all …]
/linux-6.15/Documentation/translations/ja_JP/
H 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.15/drivers/net/wireless/ath/ath11k/
H A Dspectral.c471 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
475 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
477 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
483 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
487 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
489 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
491 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
658 summary->inb_pwr_db >>= 1; in ath11k_spectral_process_fft()
662 freq = summary->meta.freq1; in ath11k_spectral_process_fft()
665 freq = summary->meta.freq2; in ath11k_spectral_process_fft()
[all …]
/linux-6.15/Documentation/tools/rtla/
H 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.
H A Dcommon_hist_options.rst13 **--no-summary**
15 Do not print summary.
H 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::
H A Drtla-timerlat.rst22 The **rtla timerlat top** mode displays a summary of the periodic output
31 Prints the summary from *timerlat* tracer.
/linux-6.15/tools/power/pm-graph/
H 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.15/tools/perf/
H A Dbuiltin-bench.c35 const char *summary; member
119 const char *summary; member
156 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
/linux-6.15/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log (conflict with -p)
/linux-6.15/tools/testing/kunit/
H A Dkunit.py52 summary: bool
241 if request.summary or request.failed:
477 summary=cli_args.summary,
526 summary=cli_args.summary,
553 json=cli_args.json, summary=cli_args.summary,
/linux-6.15/tools/perf/Documentation/
H A Dperf-trace.txt123 Accrue thread runtime and provide a summary at the end of the session.
140 --summary::
141 Show only a summary of syscalls by thread with min, max, and average times
145 --with-summary::
146 Show all syscalls followed by a summary by thread with min, max, and
149 --errno-summary::
151 syscalls, using only this option will trigger --summary.
153 --summary-mode=mode::
154 To be used with -s or -S, to select how to show summary. By default it'll
155 show the syscall summary by thread. Possible values are: thread, total.

12345678