/kernel/linux/linux-6.6/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_htab_mem.sh | 21 local summary=$(echo $2 | tail -n1) 23 printf "%-20s %s\n" "$bench" "$(htab_mem $summary)"
|
/kernel/linux/linux-5.10/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() 386 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 572 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 | 339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock() 358 uint32_t reserved_size; /* for summary information at the end of the jeb */ in jffs2_do_reserve_space() 365 /* NOSUM_SIZE means not to generate summary */ in jffs2_do_reserve_space() 368 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space() 370 "summary->size=%d , sumsize=%d\n", in jffs2_do_reserve_space() 372 c->summary->sum_size, sumsize); in jffs2_do_reserve_space() 376 write out summary information now, close this jeb and select new nextblock? */ in jffs2_do_reserve_space() 377 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space() 380 /* Has summary bee in jffs2_do_reserve_space() [all...] |
H A D | Makefile | 22 jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o
|
H A D | jffs2_fs_sb.h | 143 struct jffs2_summary *summary; /* Summary information */ member
|
/kernel/linux/linux-6.6/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() 386 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 572 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 | 339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock() 358 uint32_t reserved_size; /* for summary information at the end of the jeb */ in jffs2_do_reserve_space() 365 /* NOSUM_SIZE means not to generate summary */ in jffs2_do_reserve_space() 368 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space() 370 "summary->size=%d , sumsize=%d\n", in jffs2_do_reserve_space() 372 c->summary->sum_size, sumsize); in jffs2_do_reserve_space() 376 write out summary information now, close this jeb and select new nextblock? */ in jffs2_do_reserve_space() 377 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space() 380 /* Has summary bee in jffs2_do_reserve_space() [all...] |
H A D | Makefile | 22 jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | input.c | 23 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() 31 summary->flight_size = in rxrpc_congestion_management() 32 (call->tx_top - call->acks_hard_ack) - summary->nr_acks; in rxrpc_congestion_management() 35 summary->retrans_timeo = true; in rxrpc_congestion_management() 37 summary->flight_size / 2, 2); in rxrpc_congestion_management() 47 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management() 51 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management() 52 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management() 53 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management() 54 summary in rxrpc_congestion_management() 21 rxrpc_congestion_management(struct rxrpc_call *call, struct sk_buff *skb, struct rxrpc_ack_summary *summary, rxrpc_serial_t acked_serial) rxrpc_congestion_management() argument 206 rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, struct rxrpc_ack_summary *summary) rxrpc_rotate_tx_window() argument 290 struct rxrpc_ack_summary summary = { 0 }; rxrpc_receiving_reply() local 711 rxrpc_input_check_prev_ack(struct rxrpc_call *call, struct rxrpc_ack_summary *summary, rxrpc_seq_t seq) rxrpc_input_check_prev_ack() argument 754 rxrpc_input_soft_acks(struct rxrpc_call *call, struct rxrpc_ack_summary *summary, struct sk_buff *skb, rxrpc_seq_t seq, rxrpc_seq_t since) rxrpc_input_soft_acks() argument 837 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ack() local 1013 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ackall() local [all...] |
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | input.c | 40 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() 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 in rxrpc_congestion_management() 38 rxrpc_congestion_management(struct rxrpc_call *call, struct sk_buff *skb, struct rxrpc_ack_summary *summary, rxrpc_serial_t acked_serial) rxrpc_congestion_management() argument 198 rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, struct rxrpc_ack_summary *summary) rxrpc_rotate_tx_window() argument 305 struct rxrpc_ack_summary summary = { 0 }; rxrpc_receiving_reply() local 775 rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, rxrpc_seq_t seq, int nr_acks, struct rxrpc_ack_summary *summary) rxrpc_input_soft_acks() argument 853 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ack() local 1007 struct rxrpc_ack_summary summary = { 0 }; rxrpc_input_ackall() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 474 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() 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 in ath11k_spectral_pull_summary() 472 ath11k_spectral_pull_summary(struct ath11k *ar, struct wmi_dma_buf_release_meta_data *meta, struct spectral_summary_fft_report *summary, struct ath11k_spectral_summary_report *report) ath11k_spectral_pull_summary() argument 575 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 679 struct spectral_summary_fft_report *summary = NULL; ath11k_spectral_process_data() local [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_task_analyzer.sh | 102 perf script report task-analyzer --summary > "$out" 103 check_exec_0 "perf script report task-analyzer --summary" 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" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 124 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" 142 perf script report task-analyzer --csv-summary csvsummary > /dev/null 143 check_exec_0 "perf script report task-analyzer --csv-summary csvsummar [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 475 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() 478 report->timestamp = __le32_to_cpu(summary->timestamp); 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->info0)); in ath11k_spectral_pull_summary() 488 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 490 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 492 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 494 __le32_to_cpu(summary in ath11k_spectral_pull_summary() 473 ath11k_spectral_pull_summary(struct ath11k *ar, struct wmi_dma_buf_release_meta_data *meta, struct spectral_summary_fft_report *summary, struct ath11k_spectral_summary_report *report) ath11k_spectral_pull_summary() argument 576 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 708 struct spectral_summary_fft_report *summary = NULL; ath11k_spectral_process_data() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | run_bench_ringbufs.sh | 29 summary=$(echo $2 | tail -n1) 30 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log 38 -s | --summary)
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log 40 -s | --summary)
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-bench.c | 35 const char *summary; member 97 const char *summary; member 132 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks() 167 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
|
H A D | builtin-data.c | 16 const char *summary; member 45 printf("\t %s\t- %s\n", cmd->name, cmd->summary); in print_usage()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-bench.c | 35 const char *summary; member 117 const char *summary; member 154 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks() 189 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
|
H A D | builtin-data.c | 15 const char *summary; member
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A 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 dependin [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_titan.h | 336 u64 summary; /* 0x00 */ member 353 u64 summary; /* 0x00 */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_titan.h | 336 u64 summary; /* 0x00 */ member 353 u64 summary; /* 0x00 */ member
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp.c | 159 } summary; in sclp_trace_req() local 161 summary.status = req->status; in sclp_trace_req() 162 summary.response = sccb ? sccb->response_code : 0; in sclp_trace_req() 163 summary.timeout = (u16)req->queue_timeout; in sclp_trace_req() 164 summary.start_count = (u16)req->start_count; in sclp_trace_req() 166 sclp_trace(prio, id, __pa(sccb), summary.b, err); in sclp_trace_req() 367 /* RQTM: Request timed out (a=sccb, b=summary) */ in sclp_req_queue_timeout() 463 /* RQAB: Request aborted (a=sccb, b=summary) */ in sclp_process_queue() 674 /* RQOK: Request success (a=sccb, b=summary) */ in sclp_interrupt_handler()
|