/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 [all...] |
/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 [all...] |
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_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_uprobes.sh | 7 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 D | run_bench_trigger.sh | 21 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/net/rxrpc/ |
H A D | input.c | 33 struct rxrpc_ack_summary *summary) in rxrpc_congestion_management() argument 35 summary->change = rxrpc_cong_no_change; in rxrpc_congestion_management() 36 summary->in_flight = rxrpc_tx_in_flight(call); in rxrpc_congestion_management() 39 summary->retrans_timeo = true; in rxrpc_congestion_management() 40 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management() 50 call->cong_cumul_acks += summary->nr_new_sacks; in rxrpc_congestion_management() 51 call->cong_cumul_acks += summary->nr_new_hacks; in rxrpc_congestion_management() 80 summary->change = rxrpc_cong_rtt_window_end; in rxrpc_congestion_management() 90 if (summary->new_low_snack) { in rxrpc_congestion_management() 91 summary in rxrpc_congestion_management() 205 rxrpc_add_data_rtt_sample(struct rxrpc_call * call,struct rxrpc_ack_summary * summary,struct rxrpc_txqueue * tq,int ix) rxrpc_add_data_rtt_sample() argument 221 rxrpc_rotate_tx_window(struct rxrpc_call * call,rxrpc_seq_t to,struct rxrpc_ack_summary * summary) rxrpc_rotate_tx_window() argument 387 struct rxrpc_ack_summary summary = { 0 }; rxrpc_receiving_reply() local 858 rxrpc_input_soft_rtt(struct rxrpc_call * call,struct rxrpc_ack_summary * summary,struct rxrpc_txqueue * tq) rxrpc_input_soft_rtt() argument 870 rxrpc_input_soft_ack_tq(struct rxrpc_call * call,struct rxrpc_ack_summary * summary,struct rxrpc_txqueue * tq,unsigned long extracted_acks,int nr_reported,rxrpc_seq_t seq,rxrpc_seq_t * lowest_nak) rxrpc_input_soft_ack_tq() argument 960 rxrpc_input_soft_acks(struct rxrpc_call * call,struct rxrpc_ack_summary * summary,struct sk_buff * skb) rxrpc_input_soft_acks() argument 1058 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ack() local 1208 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ackall() local [all...] |
H A D | input_rack.c | 63 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() 127 rxrpc_rack_detect_reordering(call, summary, tq, ix); in rxrpc_input_rack_one() 131 struct rxrpc_ack_summary *summary, in rxrpc_input_rack() argument 139 rxrpc_input_rack_one(call, summary, tq, ix); in rxrpc_input_rack() 142 trace_rxrpc_rack_update(call, summary); in rxrpc_input_rack() 157 struct rxrpc_ack_summary *summary) in rxrpc_rack_update_reo_wnd() argument 161 bool have_dsack_option = summary in rxrpc_rack_update_reo_wnd() 198 rxrpc_rack_detect_loss(struct rxrpc_call * call,struct rxrpc_ack_summary * summary) rxrpc_rack_detect_loss() argument 245 rxrpc_rack_detect_loss_and_arm_timer(struct rxrpc_call * call,struct rxrpc_ack_summary * summary) rxrpc_rack_detect_loss_and_arm_timer() argument 361 rxrpc_tlp_process_ack(struct rxrpc_call * call,struct rxrpc_ack_summary * summary) rxrpc_tlp_process_ack() argument 397 struct rxrpc_ack_summary summary = {}; rxrpc_rack_timer_expired() local [all...] |
/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 in jffs2_sum_exit() 387 jffs2_sum_process_sum_data(struct jffs2_sb_info * c,struct jffs2_eraseblock * jeb,struct jffs2_raw_summary * summary,uint32_t * pseudo_random) jffs2_sum_process_sum_data() argument 573 jffs2_sum_scan_sumnode(struct jffs2_sb_info * c,struct jffs2_eraseblock * jeb,struct jffs2_raw_summary * summary,uint32_t sumsize,uint32_t * pseudo_random) jffs2_sum_scan_sumnode() argument [all...] |
H A D | nodemgmt.c | 62 * @sumsize: summary size requested or JFFS2_SUMMARY_NOSUM_SIZE for no summary 343 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock() 362 uint32_t reserved_size; /* for summary information at the end of the jeb */ in jffs2_do_reserve_space() 369 /* NOSUM_SIZE means not to generate summary */ in jffs2_do_reserve_space() 372 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space() 374 "summary->size=%d , sumsize=%d\n", in jffs2_do_reserve_space() 376 c->summary->sum_size, sumsize); in jffs2_do_reserve_space() 380 write out summary informatio in jffs2_do_reserve_space() [all...] |
/linux/Documentation/translations/ja_JP/ |
H A D | SubmittingPatches | 472 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」はなぜパッチが必要であるか、パッチが何を 517 「summary phras [all...] |
/linux/tools/perf/tests/shell/ |
H A D | test_task_analyzer.sh | 105 perf script report task-analyzer --summary > "$out" 106 check_exec_0 "perf script report task-analyzer --summary" 112 perf script report task-analyzer --summary-extended > "$out" 113 check_exec_0 "perf script report task-analyzer --summary-extended" 119 perf script report task-analyzer --summary-only > "$out" 120 check_exec_0 "perf script report task-analyzer --summary-only" 126 perf script report task-analyzer --extended-times --summary --ns > "$out" 127 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" 145 perf script report task-analyzer --csv-summary csvsummary > /dev/null 146 check_exec_0 "perf script report task-analyzer --csv-summary csvsummar [all...] |
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 467 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument 470 report->timestamp = __le32_to_cpu(summary->timestamp); in ath11k_spectral_pull_summary() 472 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 474 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 476 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 478 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 480 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 482 __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 in ath11k_spectral_pull_summary() 569 ath11k_spectral_process_fft(struct ath11k * ar,struct ath11k_spectral_summary_report * summary,void * data,struct fft_sample_ath11k * fft_sample,u32 data_len) ath11k_spectral_process_fft() argument 700 struct spectral_summary_fft_report *summary = NULL; ath11k_spectral_process_data() local [all...] |
/linux/Documentation/tools/rtla/ |
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 | common_hist_options.rst | 13 **--no-summary** 15 Do not print summary.
|
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::
|
H A D | rtla-timerlat.rst | 19 The **rtla timerlat top** mode displays a summary of the periodic output 28 Prints the summary from *timerlat* tracer.
|
H A D | common_top_options.rst | 3 Print only a summary at the end of the session.
|
/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 247 speed up the testing by not creating timelines or summary htm [all...] |
/linux/tools/perf/ |
H A D | builtin-bench.c | 35 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/tools/testing/selftests/ |
H A D | run_kselftest.sh | 30 -s | --summary Print summary with detailed log in output.log (conflict with -p) 49 -s | --summary)
|
/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 123 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 b [all...] |
/linux/tools/testing/kunit/ |
H A D | kunit.py | 52 summary: bool 241 if request.summary or request.failed: 434 parser.add_argument('--summary', 435 help='Prints only the summary line for parsed test results.' 439 help='Prints only the failed parsed test results and summary line.' 477 summary=cli_args.summary, 526 summary=cli_args.summary, 553 json=cli_args.json, summary [all...] |
/linux/drivers/net/dsa/ |
H A D | vitesse-vsc73xx-core.c | 1210 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 in vsc73xx_vlan_commit_untagged() 1636 struct vsc73xx_vlan_summary summary; vsc73xx_port_vlan_add() local [all...] |
/linux/Documentation/driver-api/soundwire/ |
H A D | index.rst | 8 summary
|