Searched refs:bucket (Results 1 – 14 of 14) sorted by relevance
| /tools/tracing/rtla/src/ |
| A D | timerlat.bpf.c | 75 int bucket) in update_main_hist() argument 81 if (bucket >= entries) in update_main_hist() 85 map_increment(map, bucket); in update_main_hist() 90 int bucket) in update_summary() argument 98 if (bucket >= entries) in update_summary() 127 int bucket; in handle_timerlat_sample() local 134 bucket = latency / bucket_size; in handle_timerlat_sample() 137 update_main_hist(&hist_irq, bucket); in handle_timerlat_sample() 138 update_summary(&summary_irq, latency, bucket); in handle_timerlat_sample() 143 update_main_hist(&hist_thread, bucket); in handle_timerlat_sample() [all …]
|
| A D | osnoise_hist.c | 102 int bucket; in osnoise_hist_update_multiple() local 108 bucket = duration / data->bucket_size; in osnoise_hist_update_multiple() 118 if (bucket < entries) in osnoise_hist_update_multiple() 119 hist[bucket] += count; in osnoise_hist_update_multiple() 347 int bucket, cpu; in osnoise_print_stats() local 352 for (bucket = 0; bucket < data->entries; bucket++) { in osnoise_print_stats() 357 bucket * data->bucket_size); in osnoise_print_stats() 366 total += data->hist[cpu].samples[bucket]; in osnoise_print_stats() 367 trace_seq_printf(trace->seq, "%9d ", data->hist[cpu].samples[bucket]); in osnoise_print_stats()
|
| A D | timerlat_hist.c | 141 int bucket; in timerlat_hist_update() local 147 bucket = latency / data->bucket_size; in timerlat_hist_update() 169 if (bucket < entries) in timerlat_hist_update() 170 hist[bucket]++; in timerlat_hist_update() 626 int bucket, cpu; in timerlat_print_stats() local 631 for (bucket = 0; bucket < data->entries; bucket++) { in timerlat_print_stats() 636 bucket * data->bucket_size); in timerlat_print_stats() 646 total += data->hist[cpu].irq[bucket]; in timerlat_print_stats() 648 data->hist[cpu].irq[bucket]); in timerlat_print_stats() 654 data->hist[cpu].thread[bucket]); in timerlat_print_stats() [all …]
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | ethtool_rmon.sh | 35 local bucket=$1; shift 50 jq -r ".[0].rmon[\"${set}-pktsNtoM\"][$bucket].val") 58 jq -r ".[0].rmon[\"${set}-pktsNtoM\"][$bucket].val") 78 while read -r -a bucket; do 82 if ! ensure_mtu $if ${bucket[0]}; then 88 if ! bucket_test $iface $neigh $set $nbuckets ${bucket[0]}; then
|
| /tools/testing/selftests/bpf/progs/ |
| A D | sock_iter_batch.c | 28 unsigned int bucket[2]; variable 66 bucket[idx] = hash & hinfo->lhash2_mask; in iter_tcp_soreuse() 126 bucket[idx] = udp_sk(sk)->udp_portaddr_hash & udptable->mask; in iter_udp_soreuse()
|
| A D | bpf_iter_udp4.c | 58 ctx->bucket, src, srcp, dest, destp); in dump_udp4()
|
| A D | bpf_iter_udp6.c | 62 ctx->bucket, in dump_udp6()
|
| /tools/testing/selftests/vDSO/ |
| A D | parse_vdso.c | 58 ELF_HASH_ENTRY *bucket, *chain; member 194 vdso_info.bucket = &hash[2]; in vdso_init_from_sysinfo_ehdr() 289 i = vdso_info.bucket[elf_hash(name) % vdso_info.nbucket]; in vdso_sym()
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | rtnetlink.sh | 776 ip nexthop bucket show nhid 1 779 ip nexthop bucket show nhid 2 785 ip nexthop bucket show nhid 1 791 ip nexthop bucket show nhid 2 797 ip nexthop bucket show nhid 1 804 ip nexthop bucket show nhid 2
|
| /tools/perf/Documentation/ |
| A D | perf-ftrace.txt | 161 --bucket-range=:: 165 Minimum latency for the start of the first bucket, in ms or ns (according to 169 Maximum latency for the start of the last bucket, in ms or ns (according to
|
| /tools/testing/selftests/drivers/net/netdevsim/ |
| A D | nexthop.sh | 81 count=$($IP nexthop bucket show id $group_id nhid $nhid | 385 for index in $($IP -j nexthop bucket show id $group_id nhid $nhid | 398 $IP -j nexthop bucket show id $group_id nhid $nhid | jq length
|
| /tools/memory-model/Documentation/ |
| A D | simple.txt | 99 in each hash bucket allows operations on different buckets to proceed 101 other, so that an operation on one bucket does not interfere with any 102 other bucket.
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sock_iter_batch.c | 957 if (skel->bss->bucket[0] != skel->bss->bucket[1]) in do_test()
|
| /tools/testing/selftests/net/ |
| A D | fib_nexthops.sh | 277 out=$($IP nexthop bucket ${nharg} \ 2260 count=$($IP -j nexthop bucket ${nharg} ${selector} | jq length) 2367 (( $($IP -j nexthop bucket list id 101 |
|
Completed in 26 milliseconds