| /freebsd-12-stable/contrib/unbound/contrib/ |
| D | unbound_munin_ | 86 unbound_munin_histogram - histogram of query resolving times 362 histogram) 505 histogram) 509 for x in histogram.000000.000000.to.000000.000001 \ 510 histogram.000000.000001.to.000000.000002 \ 511 histogram.000000.000002.to.000000.000004 \ 512 histogram.000000.000004.to.000000.000008 \ 513 histogram.000000.000008.to.000000.000016 \ 514 histogram.000000.000016.to.000000.000032 \ 515 histogram.000000.000032.to.000000.000064 \ [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | value-prof.c | 263 histogram_value histogram; in tree_divmod_fixed_value_transform() local 289 for (histogram = ann->histograms; histogram; histogram = histogram->hvalue.next) in tree_divmod_fixed_value_transform() 290 if (histogram->type == HIST_TYPE_SINGLE_VALUE) in tree_divmod_fixed_value_transform() 293 if (!histogram) in tree_divmod_fixed_value_transform() 296 value = histogram->hvalue.value; in tree_divmod_fixed_value_transform() 297 val = histogram->hvalue.counters[0]; in tree_divmod_fixed_value_transform() 298 count = histogram->hvalue.counters[1]; in tree_divmod_fixed_value_transform() 299 all = histogram->hvalue.counters[2]; in tree_divmod_fixed_value_transform() 430 histogram_value histogram; in tree_mod_pow2_value_transform() local 456 for (histogram = ann->histograms; histogram; histogram = histogram->hvalue.next) in tree_mod_pow2_value_transform() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | cache.c | 260 const char *histogram = ""; in svn_cache__format_info() local 266 int count = sizeof(info->histogram) / sizeof(info->histogram[0]); in svn_cache__format_info() 268 if (info->histogram[i] > 0 || text->len > 0) in svn_cache__format_info() 275 text->data, info->histogram[i], i); in svn_cache__format_info() 277 histogram = text->data; in svn_cache__format_info() 318 histogram); in svn_cache__format_info()
|
| D | cache-membuffer.c | 3143 sizeof(info->histogram) / sizeof(info->histogram[0]) - 1); in svn_membuffer_get_segment_info() 3144 info->histogram[use]++; in svn_membuffer_get_segment_info()
|
| /freebsd-12-stable/usr.bin/systat/ |
| D | iostat.c | 88 static void histogram(long double, int, double); 324 histogram(mb_per_second, 50, .5); in devstats() 326 histogram(transfers_per_second, 50, .5); in devstats() 329 histogram(kb_per_transfer, 50, .5); in devstats() 349 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE); in stat1() 353 histogram(long double val, int colwidth, double scale) in histogram() function
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_vlan_rotate.c | 152 counter_u64_t histogram[NG_VLANROTATE_MAX_VLANS]; member 182 vrp->stats.histogram[i] = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor() 277 p->histogram[i] = counter_u64_fetch(vrp->stats.histogram[i]); in ng_vlanrotate_rcvmsg() 289 counter_u64_zero(vrp->stats.histogram[i]); in ng_vlanrotate_rcvmsg() 438 counter_u64_add(vrp->stats.histogram[vlans], 1); in ng_vlanrotate_rcvdata() 479 counter_u64_free(vrp->stats.histogram[i]); in ng_vlanrotate_shutdown()
|
| D | ng_vlan_rotate.h | 55 uint64_t histogram[NG_VLANROTATE_MAX_VLANS]; member
|
| /freebsd-12-stable/contrib/subversion/subversion/svnfsfs/ |
| D | stats-cmd.c | 108 print_histogram(svn_fs_fs__histogram_t *histogram, in print_histogram() argument 116 while (last > 0 && histogram->lines[last].count == 0) in print_histogram() 119 while (first <= last && histogram->lines[first].count == 0) in print_histogram() 126 svn__ui64toa_sep(histogram->lines[i].sum, ',', pool), in print_histogram() 127 (int)(histogram->lines[i].sum * 100 / histogram->total.sum), in print_histogram() 128 svn__ui64toa_sep(histogram->lines[i].count, ',', pool), in print_histogram() 129 (int)(histogram->lines[i].count * 100 / histogram->total.count)); in print_histogram()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | Opts.td | 19 "--section-groups and --histogram">; 51 def histogram : FF<"histogram", "Display bucket list histogram for hash sections">, Group<grp_elf>; 103 def : FF<"elf-hash-histogram", "Alias for --histogram">, Alias<histogram>, Flags<[HelpHidden]>; 118 def : F<"I", "Alias for --histogram">, Alias<histogram>, Group<grp_elf>;
|
| /freebsd-12-stable/contrib/binutils/gprof/po/ |
| D | gprof.pot | 320 msgid "\t%d histogram record\n" 325 msgid "\t%d histogram records\n" 417 msgid "%s: gmon.out file is missing histogram\n" 428 "%s: dimension unit changed between histogram records\n" 436 "%s: dimension abbreviation changed between histogram records\n" 443 msgid "%s: different scales in histogram records" 448 msgid "%s: overlapping histogram records\n" 518 msgid "%s: found a symbol that covers several histogram records"
|
| D | ms.po | 343 msgid "\t%d histogram record\n" 344 msgstr "\t%d rekod histogram\n" 348 msgid "\t%d histogram records\n" 349 msgstr "\t%d rekod histogram\n" 450 msgid "%s: gmon.out file is missing histogram\n" 451 msgstr "%s: fail gmon.out kehilangan histogram\n"
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | space_map.c | 941 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size() local 1020 size += histogram[idx] * entry_size; in space_map_estimate_optimal_size() 1027 size += histogram[idx] * in space_map_estimate_optimal_size() 1038 size += histogram[idx] * 2 * sizeof (uint64_t); in space_map_estimate_optimal_size() 1043 size += histogram[idx] * in space_map_estimate_optimal_size()
|
| D | metaslab.c | 1506 metaslab_aux_histogram_add(uint64_t *histogram, uint64_t shift, in metaslab_aux_histogram_add() argument 1519 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift); in metaslab_aux_histogram_add()
|
| /freebsd-12-stable/release/picobsd/tinyware/view/ |
| D | view.c | 312 png_uint_16p histogram; in png_load() local 313 png_get_hIST(png_ptr,info_ptr,&histogram); in png_load() 314 png_set_dither(png_ptr,palette,num_palette,max_screen_colors,histogram,0); in png_load()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | stats.c | 244 add_to_histogram(svn_fs_fs__histogram_t *histogram, in add_to_histogram() argument 252 histogram->total.count++; in add_to_histogram() 253 histogram->total.sum += size; in add_to_histogram() 254 histogram->lines[(apr_size_t)shift].count++; in add_to_histogram() 255 histogram->lines[(apr_size_t)shift].sum += size; in add_to_histogram()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_cache.h | 181 apr_uint64_t histogram[32]; member
|
| /freebsd-12-stable/share/dtrace/ |
| D | nfsclienttime | 33 * system call, and then generates a histogram of those times sorted by
|
| /freebsd-12-stable/contrib/unbound/services/ |
| D | mesh.h | 124 struct timehist* histogram; member
|
| D | mesh.c | 191 mesh->histogram = timehist_setup(); in mesh_create() 193 if(!mesh->histogram || !mesh->qbuf_bak) { in mesh_create() 241 timehist_delete(mesh->histogram); in mesh_delete() 1419 timehist_insert(m->s.env->mesh->histogram, &duration); in mesh_send_reply() 1933 timehist_log(mesh->histogram, "recursions"); in mesh_stats() 1947 timehist_clear(mesh->histogram); in mesh_stats_clear() 1962 sizeof(struct th_buck)*mesh->histogram->num + in mesh_get_mem()
|
| /freebsd-12-stable/contrib/unbound/daemon/ |
| D | stats.c | 270 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram, in server_stats_compile() 282 timehist_export(worker->env.mesh->histogram, s->svr.hist, in server_stats_compile()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | ChangeLog-9899 | 152 (process_symbol_table): Don't print histogram if hash table is empty. 391 Add -I equivalent for --histogram. 892 * readelf.c (process_symbol_table): Do not produce a histogram of 900 --debug-dump and --histogram. 1147 * readelf.c (process_symbol_table): Print in histogram how many 1165 (options): New long option histogram. Set do_histogram if this 1167 (usage): Document --histogram. 1171 Add code to print hash table histogram.
|
| D | NEWS | 49 * gprof now allows input files to have histogram records for
|
| D | ChangeLog-2006 | 235 (process_symbol_table): Print also DT_GNU_HASH histogram.
|
| /freebsd-12-stable/sys/dev/iwi/ |
| D | if_iwireg.h | 302 struct iwi_rate_histogram histogram; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | IntrinsicsAArch64.td | 2319 // SVE2 - Vector histogram count
|