| /kernel/linux/linux-5.10/fs/jffs2/ |
| 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->sum_buf = NULL; in jffs2_sum_exit() [all …]
|
| D | summary.h | 16 /* Limit summary size to 64KiB so that we can kmalloc it. If the summary 17 is larger than that, we have to just ditch it and avoid using summary 38 /* Summary structures used on flash */ 91 /* Summary structures used in the memory */ 149 /* Summary related information stored in superblock */ 153 uint32_t sum_size; /* collected summary information for nextblock */ 159 jint32_t *sum_buf; /* buffer for writing out summary */ 162 /* Summary marker is stored at the end of every sumarized erase block */ 166 jint32_t offset; /* offset of the summary node in the jeb */ 172 #ifdef CONFIG_JFFS2_SUMMARY /* SUMMARY SUPPORT ENABLED */ [all …]
|
| /kernel/linux/linux-6.6/fs/jffs2/ |
| 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->sum_buf = NULL; in jffs2_sum_exit() [all …]
|
| D | summary.h | 16 /* Limit summary size to 64KiB so that we can kmalloc it. If the summary 17 is larger than that, we have to just ditch it and avoid using summary 38 /* Summary structures used on flash */ 91 /* Summary structures used in the memory */ 149 /* Summary related information stored in superblock */ 153 uint32_t sum_size; /* collected summary information for nextblock */ 159 jint32_t *sum_buf; /* buffer for writing out summary */ 162 /* Summary marker is stored at the end of every sumarized erase block */ 166 jint32_t offset; /* offset of the summary node in the jeb */ 172 #ifdef CONFIG_JFFS2_SUMMARY /* SUMMARY SUPPORT ENABLED */ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
| 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 …]
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | stat+csv_summary.sh | 2 # perf stat csv summary test 9 # summary 9224197 cycles 8012885033 100.00 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 | \
|
| D | test_task_analyzer.sh | 102 perf script report task-analyzer --summary > "$out" 103 check_exec_0 "perf script report task-analyzer --summary" 104 find_str_or_fail "Summary" "$out" "${FUNCNAME[0]}" 109 perf script report task-analyzer --summary-extended > "$out" 110 check_exec_0 "perf script report task-analyzer --summary-extended" 116 perf script report task-analyzer --summary-only > "$out" 117 check_exec_0 "perf script report task-analyzer --summary-only" 118 find_str_or_fail "Summary" "$out" "${FUNCNAME[0]}" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 124 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
| D | parse-console.sh | 125 summary="" 129 summary="$summary Badness: $n_badness" 134 summary="$summary Warnings: $n_warn" 139 summary="$summary Bugs: $n_bugs" 144 summary="$summary Call Traces: $n_calltrace" 149 summary="$summary lockdep: $n_badness" 154 summary="$summary Stalls: $n_stalls" 159 summary="$summary Starves: $n_starves" 161 print_warning Summary: $summary
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| D | input.c | 34 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 …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
| 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)"
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_rtalloc.c | 24 * Read and return the summary information for a given extent size, 26 * Keeps track of a current summary block, so we don't keep reading 35 xfs_buf_t **rbpp, /* in/out: summary block buffer */ in xfs_rtget_summary() 36 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtget_summary() 37 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary() 53 xfs_buf_t **rbpp, /* in/out: summary block buffer */ in xfs_rtany_summary() 54 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtany_summary() 59 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary() 70 * Get one summary datum. in xfs_rtany_summary() 97 * Copy and transform the summary file, given the old and new [all …]
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| D | sleepgraph.8 | 127 for duration: suspend-{date}-{time}-Nm. When the multitest run is done, the \fI-summary\fR 128 command is called automatically to create summary html files for all the data (unless you 130 or summary html files. You can then run the tool again at a later time with \fI-summary\fR 139 by running \fI-summary\fR and \fI-genhtml\fR. 193 \fB-summary \fIindir\fR 194 Create a set of summary pages for all tests in \fIindir\fR recursively. 195 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder. 196 summary.html is a table of tests with relevant info sorted by kernel/host/mode, 199 summary-issues.html is a list of kernel issues found in dmesg from all the tests. 200 summary-devices.html is a list of devices and times from all the tests. [all …]
|
| 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 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 …]
|
| /kernel/linux/linux-6.6/tools/power/pm-graph/ |
| D | sleepgraph.8 | 130 for duration: suspend-{date}-{time}-Nm. When the multitest run is done, the \fI-summary\fR 131 command is called automatically to create summary html files for all the data (unless you 133 or summary html files. You can then run the tool again at a later time with \fI-summary\fR 142 by running \fI-summary\fR and \fI-genhtml\fR. 196 \fB-summary \fIindir\fR 197 Create a set of summary pages for all tests in \fIindir\fR recursively. 198 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder. 199 summary.html is a table of tests with relevant info sorted by kernel/host/mode, 202 summary-issues.html is a list of kernel issues found in dmesg from all the tests. 203 summary-devices.html is a list of devices and times from all the tests. [all …]
|
| D | README | 20 - Feature Summary: 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 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 [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_rtalloc.c | 25 * Read and return the summary information for a given extent size, 27 * Keeps track of a current summary block, so we don't keep reading 36 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtget_summary() 37 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtget_summary() 38 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary() 54 struct xfs_buf **rbpp, /* in/out: summary block buffer */ in xfs_rtany_summary() 55 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtany_summary() 60 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary() 71 * Get one summary datum. in xfs_rtany_summary() 98 * Copy and transform the summary file, given the old and new [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| D | rtsummary.c | 26 * Realtime Summary 29 * We check the realtime summary by scanning the realtime bitmap file to create 30 * a new summary file incore, and then we compare the computed version against 48 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary() 58 /* Allocate a memory buffer for the summary comparison. */ in xchk_setup_rtsummary() 113 /* Update the summary file to reflect the free extent that we've accumulated. */ 146 /* Bump the summary count. */ in xchk_rtsum_record_free() 158 /* Compute the realtime summary from the realtime bitmap. */ 231 /* Scrub the realtime summary. */ 244 /* Construct the new summary file from the rtbitmap. */ in xchk_rtsummary() [all …]
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| D | input.c | 40 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() argument 48 summary->flight_size = in rxrpc_congestion_management() 49 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management() 52 summary->retrans_timeo = true; in rxrpc_congestion_management() 54 summary->flight_size / 2, 2); in rxrpc_congestion_management() 64 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management() 65 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management() 69 summary->mode = call->cong_mode; in rxrpc_congestion_management() 70 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management() 71 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
| D | spectral.c | 474 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument 477 report->timestamp = __le32_to_cpu(summary->timestamp); 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() 487 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 489 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 491 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 493 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/ja_JP/ |
| D | SubmittingPatches | 471 Subject: [PATCH 001/123] subsystem: summary phrase 499 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確 500 に表現しなければなりません。「summary phrase」をファイル名にしてはい 501 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を 505 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に 506 なるように心がけてください。「summary phrase」は git のチェンジログの中へ 507 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する 509 人々はそのパッチに関連した議論を読むために「summary phrase」を使って google で 514 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を 516 「summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/ja_JP/ |
| 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 phrase」は簡潔であり説明的である表現を目指しつつ、うまく [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
| D | spectral.c | 476 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument 479 report->timestamp = __le32_to_cpu(summary->timestamp); 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() 487 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 489 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 491 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 493 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 495 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() [all …]
|
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| D | turbostat.8 | 55 …summary plus the specified cpu-set. If cpu-set is the string "core", then the system summary plus… 81 \fB--Summary\fP limits output to a 1-line System Summary for each interval. 91 …summary line. The system summary line has a '-' in the columns for the Package, Core, and CPU. T… 94 …led by default, and is enabled with "--enable usec", or --debug. On the summary row, usec refers … 95 …can be enabled with "--enable Time_Of_Day_Seconds" or "--debug". On the summary row, Time_Of_Day_… 103 …f interrupts serviced across all CPUs. turbostat parses /proc/interrupts to generate this summary. 105 …d the C1, C2, C3 idle state during the measurement interval. The system summary line shows the su… 106 …The residency percentage that Linux requested C1, C2, C3.... The system summary is the average of… 117 …al that RAPL throttling was active on the Package. Note that the system summary is the sum of the…
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | task-analyzer.py | 102 "--summary", action="store_true", help="print addtional runtime information" 105 "--summary-only", action="store_true", help="print only summary without traces" 108 "--summary-extended", 110 help="print the summary with additional information of max inter task times" 166 "--csv-summary", 168 help="Write summary to file selected by user. Options, like --ns or" 169 " --summary-extended are used.", 195 if args.summary or args.summary_extended or args.summary_only: 198 # min values for summary depending on the header 290 class Summary(object): class [all …]
|
| /kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
| D | turbostat.8 | 55 …summary plus the specified cpu-set. If cpu-set is the string "core", then the system summary plus… 83 \fB--Summary\fP limits output to a 1-line System Summary for each interval. 93 …summary line. The system summary line has a '-' in the columns for the Package, Core, and CPU. T… 96 …led by default, and is enabled with "--enable usec", or --debug. On the summary row, usec refers … 98 …can be enabled with "--enable Time_Of_Day_Seconds" or "--debug". On the summary row, Time_Of_Day_… 114 …f interrupts serviced across all CPUs. turbostat parses /proc/interrupts to generate this summary. 118 …d the C1, C2, C3 idle state during the measurement interval. The system summary line shows the su… 120 …The residency percentage that Linux requested C1, C2, C3.... The system summary is the average of… 142 …al that RAPL throttling was active on the Package. Note that the system summary is the sum of the…
|