Home
last modified time | relevance | path

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

123456

/linux/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/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/fs/jffs2/
H A Dsummary.c30 c->summary = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL); in jffs2_sum_init()
32 if (!c->summary) { 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()
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()
59 kfree(c->summary); in jffs2_sum_exit()
60 c->summary = NULL; in jffs2_sum_exit()
[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/net/rxrpc/
H A Dinput.c34 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 …]
/linux/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/tools/tracing/rtla/src/
H A Dtimerlat_top.c127 timerlat_top_reset_sum(struct timerlat_top_cpu *summary) in timerlat_top_reset_sum() argument
129 memset(summary, 0, sizeof(*summary)); in timerlat_top_reset_sum()
130 summary->min_irq = ~0; in timerlat_top_reset_sum()
131 summary->min_thread = ~0; in timerlat_top_reset_sum()
132 summary->min_user = ~0; in timerlat_top_reset_sum()
327 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum() argument
331 unsigned long long count = summary->irq_count; in timerlat_top_print_sum()
342 if (!summary->irq_count && !summary->thread_count) in timerlat_top_print_sum()
357 if (!summary->irq_count) { in timerlat_top_print_sum()
361 trace_seq_printf(s, "%9llu ", summary->min_irq / params->output_divisor); in timerlat_top_print_sum()
[all …]
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches472 Subject: [PATCH 001/123] subsystem: summary phrase
500 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確
501 に表現しなければなりません。「summary phrase」をファイル名にしてはい
502 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を
506 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に
507 なるように心がけてください。「summary phrase」は git のチェンジログの中へ
508 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する
510 人々はそのパッチに関連した議論を読むために「summary phrase」を使って google で
515 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を
517summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c466 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument
469 report->timestamp = __le32_to_cpu(summary->timestamp); in ath11k_spectral_pull_summary()
471 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
473 __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()
479 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
481 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
483 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
485 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
[all …]
/linux/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
247 speed up the testing by not creating timelines or summary html files. You
248 can then run the tool again at a later time with -summary and -genhtml to
252 Run the test and capture the trace logs, but skip the timeline and summary
254 copy the data to a faster host machine and run -summary -genhtml to
[all …]
/linux/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 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 Dcommon_hist_options.rst13 **--no-summary**
15 Do not print summary.
H A Drtla-timerlat.rst22 The **rtla timerlat top** mode displays a summary of the periodic output
31 Prints the summary from *timerlat* tracer.
H A Dcommon_top_options.rst3 Print only a summary at the end of the session.
/linux/tools/perf/
H A Dbuiltin-bench.c35 const char *summary; member
119 const char *summary;
156 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
117 const char *summary; global() member
/linux/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log (conflict with -p)
/linux/tools/testing/kunit/
H A Dkunit.py52 summary: bool
241 if request.summary or request.failed:
468 summary=cli_args.summary,
517 summary=cli_args.summary,
544 json=cli_args.json, summary=cli_args.summary,
/linux/drivers/net/dsa/
H A Dvitesse-vsc73xx-core.c1210 struct vsc73xx_vlan_summary *summary, in vsc73xx_bridge_vlan_summary() argument
1226 summary->num_untagged = num_untagged; in vsc73xx_bridge_vlan_summary()
1227 summary->num_tagged = num_tagged; in vsc73xx_bridge_vlan_summary()
1293 struct vsc73xx_vlan_summary summary; in vsc73xx_vlan_commit_conf() local
1297 vsc73xx_bridge_vlan_summary(vsc, port, &summary, VLAN_N_VID); in vsc73xx_vlan_commit_conf()
1298 if (summary.num_tagged == 0) in vsc73xx_vlan_commit_conf()
1337 struct vsc73xx_vlan_summary summary; in vsc73xx_vlan_commit_untagged() local
1347 vsc73xx_bridge_vlan_summary(vsc, port, &summary, VLAN_N_VID); in vsc73xx_vlan_commit_untagged()
1349 if (summary.num_untagged > 1) in vsc73xx_vlan_commit_untagged()
1355 valid = (summary.num_untagged == 1); in vsc73xx_vlan_commit_untagged()
[all …]

123456