Home
last modified time | relevance | path

Searched full:overhead (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c26 uint64_t overhead, bool report) in do_count_loop() argument
46 expected = instructions + overhead; in do_count_loop()
51 printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead); in do_count_loop()
72 uint64_t current, overhead; in determine_overhead() local
76 overhead = event->result.value; in determine_overhead()
81 if (current < overhead) { in determine_overhead()
82 printf("Replacing overhead %lu with %lu\n", overhead, current); in determine_overhead()
83 overhead = current; in determine_overhead()
87 return overhead; in determine_overhead()
112 uint64_t overhead; in instruction_count() local
[all …]
/linux/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c30 u64 overhead, bool report) in do_count_loop() argument
45 expected = instructions + overhead; in do_count_loop()
53 printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead); in do_count_loop()
76 u64 current, overhead; in determine_overhead() local
80 overhead = events[0].result.value; in determine_overhead()
85 if (current < overhead) { in determine_overhead()
86 printf("Replacing overhead %llu with %llu\n", overhead, current); in determine_overhead()
87 overhead = current; in determine_overhead()
91 return overhead; in determine_overhead()
97 u64 overhead; in test_body() local
[all …]
/linux/tools/perf/Documentation/
H A Dcallchain-overhead-calculation.txt1 Overhead calculation
3 The CPU overhead can be shown in two columns as 'Children' and 'Self'
5 wall-clock overhead). The 'self' overhead is simply calculated by
8 'self' overhead values should be 100%.
10 The 'children' overhead is calculated by adding all period values of
11 the child functions so that it can show the total overhead of the
16 It might be confusing that the sum of all the 'children' overhead
18 'self' overhead of its child functions. But with this enabled, users
19 can find which function has the most overhead eve
[all...]
H A Dperf-config.txt182 'top' means a overhead percentage which is more than 5%.
187 'medium' means a overhead percentage which has more than 0.5%.
190 'normal' means the rest of overhead percentages
391 But if this option is 'false', percent values for overhead are printed i.e.
428 This option control the way to calculate overhead of filtered entries -
432 Overhead Symbols
438 This is an original overhead and we'll filter out the first 'foo'
439 entry. The value of 'relative' would increase the overhead of 'bar'
441 current overhead (33.33%).
445 This option controls display of column headers (like 'Overhead' an
[all...]
H A Dperf-report.txt47 the overhead and latency columns. See --percentage for more info.
57 the overhead and latency columns. See --percentage for more info.
62 the overhead and latency columns. See --percentage for more info.
78 the overhead and latency columns. See --percentage for more info.
117 - overhead: CPU overhead percentage of sample.
118 - latency: latency (wall-clock) overhead percentage of sample.
120 - overhead_sys: CPU overhead percentage of sample running in system mode
121 - overhead_us: CPU overhead percentage of sample running in user mode
122 - overhead_guest_sys: CPU overhead percentag
[all...]
H A Dperf-top.txt134 local_weight, abort, in_tx, transaction, overhead, sample, period.
140 overhead, overhead_sys, overhead_us, overhead_children, sample and period.
155 percentage of the overhead column. See --percentage for more info.
159 percentage of the overhead column. See --percentage for more info.
163 percentage of the overhead column. See --percentage for more info.
199 enabled. See the `overhead calculation' section for more details.
216 Do not show entries which have an overhead under that percent.
220 Determine how to display the overhead percentage of filtered entries.
278 # Overhead Shared Object Symbol
290 # Overhead Shared Object / Symbol
[all …]
H A Dperf-mem.txt79 overhead compared to other values.
156 OVERHEAD CALCULATION
158 Unlike linkperf:perf-report[1], which calculates overhead from the actual
159 sample period, perf-mem overhead is calculated using sample weight. E.g.
167 $ perf report -F overhead,symbol
171 $ perf mem report -F overhead,symbol
197 # Overhead Samples Memory access Snoop
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dcake.json17 …th unlimited diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
38 …dwidth 1Kbit diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
59 …rate-ingress diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
80 …th unlimited diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 200us raw overhead",
101 …h unlimited besteffort triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
122 …th unlimited diffserv8 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
143 …th unlimited diffserv4 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
164 …ndwidth unlimited diffserv3 flowblind nonat nowash no-ack-filter split-gso rtt 100ms raw overhead",
185 …+ bandwidth unlimited diffserv3 dsthost nat nowash no-ack-filter split-gso rtt 100ms raw overhead",
206 …9]+ bandwidth unlimited diffserv3 hosts nonat wash no-ack-filter split-gso rtt 100ms raw overhead",
[all …]
H A Dtbf.json88 "name": "Create TBF with overhead setting",
98 …Test": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 20000 overhead 300",
101 …"matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 20Kbit burst 1800b limit 1000b overhead 300",
/linux/drivers/net/fddi/skfp/
H A Dess.c100 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead);
119 u_long payload, overhead ; in ess_raf_received_pack() local
257 overhead = ((struct smt_p_3210 *)p)->mib_overhead ; in ess_raf_received_pack()
259 DB_ESSN(2, "payload= %lx overhead= %lx", in ess_raf_received_pack()
260 payload, overhead); in ess_raf_received_pack()
265 (void)process_bw_alloc(smc,(long)payload,(long)overhead) ; in ess_raf_received_pack()
308 overhead = ((struct smt_p_3210 *)p)->mib_overhead ; in ess_raf_received_pack()
312 DB_ESSN(2, "payload= %lx overhead= %lx", in ess_raf_received_pack()
313 payload, overhead); in ess_raf_received_pack()
318 if(!process_bw_alloc(smc,(long)payload,(long)overhead)) in ess_raf_received_pack()
[all …]
/linux/net/sctp/
H A Doutput.c58 * current overhead after sending packets. in sctp_packet_reset()
60 packet->size = packet->overhead; in sctp_packet_reset()
88 /* set packet max_size with pathmtu, then calculate overhead */ in sctp_packet_config()
95 packet->overhead = sctp_mtu_payload(sp, 0, 0); in sctp_packet_config()
96 packet->size = packet->overhead; in sctp_packet_config()
154 /* The overhead will be calculated by sctp_packet_config() */ in sctp_packet_init()
155 packet->overhead = 0; in sctp_packet_init()
221 int overhead = 0; in sctp_packet_bundle_pad() local
227 overhead += sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); in sctp_packet_bundle_pad()
228 overhead += sizeof(struct sctp_sender_hb_info) + sizeof(struct sctp_pad_chunk); in sctp_packet_bundle_pad()
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c68 unsigned int overhead = 0; in rt2x00crypto_tx_overhead() local
71 return overhead; in rt2x00crypto_tx_overhead()
78 overhead += key->icv_len; in rt2x00crypto_tx_overhead()
81 overhead += key->iv_len; in rt2x00crypto_tx_overhead()
85 overhead += 8; in rt2x00crypto_tx_overhead()
88 return overhead; in rt2x00crypto_tx_overhead()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c261 ESTIMATE("total seccomp overhead for 1 bitmapped filter", calc, in main()
263 ESTIMATE("total seccomp overhead for 2 bitmapped filters", calc, in main()
265 ESTIMATE("total seccomp overhead for 3 full filters", calc, in main()
267 ESTIMATE("total seccomp overhead for 4 full filters", calc, in main()
269 ESTIMATE("seccomp entry overhead", entry, in main()
271 ESTIMATE("seccomp per-filter overhead (last 2 diff)", per_filter1, in main()
273 ESTIMATE("seccomp per-filter overhead (filters / 4)", per_filter2, in main()
/linux/arch/riscv/
H A DKconfig.errata11 Otherwise, please say "N" here to avoid unnecessary overhead.
32 Otherwise, please say "N" here to avoid unnecessary overhead.
55 Otherwise, please say "N" here to avoid unnecessary overhead.
107 Otherwise, please say "N" here to avoid unnecessary overhead.
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst8 How significant is the cache maintenance overhead?
11 pre-fetch makes the cache overhead relatively significant. If the DMA
13 transfer, the DMA preparation overhead would not affect the MMC performance.
75 Pseudocode to handle is_first_req scenario with minimal prepare overhead::
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h485 * P18 : SBA Overhead Request
491 int sba_ov_req ; /* total sync bandwidth req for overhead*/
799 struct smt_p_3210 overhead ; /* current SBA overhead */ member
814 struct smt_p_0018 ov_req ; /* requested SBA overhead */
816 struct smt_p_3210 overhead ; /* current SBA overhead */ member
832 struct smt_p_3210 overhead ; /* current SBA overhead */ member
854 struct smt_p_3210 overhead ; /* current SBA overhead */ member
H A Dsba.h84 long total_overhead ; /* Total Overhead */
92 long msg_sba_ov_req ; /* Overhead Request */
94 long msg_mib_ov ; /* Current Overhead for this Path*/
/linux/drivers/net/ethernet/intel/libeth/
H A Drx.c61 * libeth_rx_page_pool_params - calculate params with the stack overhead
65 * Set the PP params to will all needed stack overhead (headroom, tailroom) and
103 * libeth_rx_page_pool_params_zc - calculate params without the stack overhead
107 * Set the PP params to exclude the stack overhead and both the buffer length
110 * overhead.
/linux/fs/erofs/
H A DKconfig130 expense of more CPU overhead.
141 overhead.
152 overhead and memory footprint.
163 it costs lower CPU overhead.
/linux/fs/ext4/
H A Dresize.c109 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
110 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
112 overhead += 1 + in ext4_group_overhead_blocks()
114 return overhead; in ext4_group_overhead_blocks()
129 unsigned overhead; in verify_group_input() local
141 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
142 metaend = start + overhead; in verify_group_input()
143 free_blocks_count = input->blocks_count - 2 - overhead - in verify_group_input()
316 unsigned overhead; in ext4_alloc_group_tables() local
334 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
[all …]
/linux/Documentation/virt/
H A Dparavirt_ops.rst25 known that the overhead of indirect call isn't very important.
29 are called frequently and are performance critical. The overhead is
/linux/Documentation/usb/
H A Dohci.rst20 - improved robustness; bugfixes; and less overhead
30 to overhead in IRQ processing. When interrupt transfers are queued, those
/linux/tools/perf/tests/shell/base_report/
H A Dtest_basic.sh31 "OVERHEAD\s+CALCULATION" "SEE ALSO" < $LOGS_DIR/basic_helpmsg.log
235 # The default report for latency profile should show Overhead and Latency fields (in that order).
240 "# Overhead Latency Command" < $LOGS_DIR/latency_default.log
250 # The latency report for latency profile should show Latency and Overhead fields (in that order).
255 "# Latency Overhead Command" < $LOGS_DIR/latency_latency.log
/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst11 blocks to reduce both fragmentation and metadata overhead. The
23 also shrinking the amount of file system overhead for metadata.
/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst60 processing overhead by coalescing multiple TCP segments when possible. The
96 from the SKB. This attempts to achieve a balance between the overhead of
104 for packet processing, reducing the overhead of SKB allocation and other

12345678910>>...28