| /freebsd-11-stable/contrib/unbound/contrib/ |
| HD | unbound_munin_ | 89 unbound_munin_histogram - histogram of query resolving times 354 histogram) 501 histogram) 505 for x in histogram.000000.000000.to.000000.000001 \ 506 histogram.000000.000001.to.000000.000002 \ 507 histogram.000000.000002.to.000000.000004 \ 508 histogram.000000.000004.to.000000.000008 \ 509 histogram.000000.000008.to.000000.000016 \ 510 histogram.000000.000016.to.000000.000032 \ 511 histogram.000000.000032.to.000000.000064 \ [all …]
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | 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-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | 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()
|
| HD | 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-11-stable/usr.bin/systat/ |
| HD | iostat.c | 86 static void histogram(long double, int, double); 322 histogram(mb_per_second, 50, .5); in devstats() 324 histogram(transfers_per_second, 50, .5); in devstats() 327 histogram(kb_per_transfer, 50, .5); in devstats() 347 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE); in stat1() 351 histogram(long double val, int colwidth, double scale) in histogram() function
|
| /freebsd-11-stable/sys/netgraph/ |
| HD | 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()
|
| HD | ng_vlan_rotate.h | 55 uint64_t histogram[NG_VLANROTATE_MAX_VLANS]; member
|
| /freebsd-11-stable/contrib/subversion/subversion/svnfsfs/ |
| HD | 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-11-stable/contrib/binutils/gprof/po/ |
| HD | 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"
|
| HD | 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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | space_map.c | 951 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size() local 1030 size += histogram[idx] * entry_size; in space_map_estimate_optimal_size() 1037 size += histogram[idx] * in space_map_estimate_optimal_size() 1048 size += histogram[idx] * 2 * sizeof (uint64_t); in space_map_estimate_optimal_size() 1053 size += histogram[idx] * in space_map_estimate_optimal_size()
|
| /freebsd-11-stable/release/picobsd/tinyware/view/ |
| HD | 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-11-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | 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-11-stable/share/dtrace/ |
| HD | nfsclienttime | 33 * system call, and then generates a histogram of those times sorted by
|
| /freebsd-11-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_cache.h | 181 apr_uint64_t histogram[32]; member
|
| /freebsd-11-stable/contrib/unbound/services/ |
| HD | mesh.c | 249 mesh->histogram = timehist_setup(); in mesh_create() 251 if(!mesh->histogram || !mesh->qbuf_bak) { in mesh_create() 298 timehist_delete(mesh->histogram); in mesh_delete() 1311 timehist_insert(m->s.env->mesh->histogram, &duration); in mesh_send_reply() 1773 timehist_log(mesh->histogram, "recursions"); in mesh_stats() 1787 timehist_clear(mesh->histogram); in mesh_stats_clear() 1801 sizeof(struct th_buck)*mesh->histogram->num + in mesh_get_mem()
|
| HD | mesh.h | 122 struct timehist* histogram; member
|
| /freebsd-11-stable/contrib/unbound/daemon/ |
| HD | stats.c | 267 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram, in server_stats_compile() 279 timehist_export(worker->env.mesh->histogram, s->svr.hist, in server_stats_compile()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | 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.
|
| HD | NEWS | 49 * gprof now allows input files to have histogram records for
|
| HD | ChangeLog-2006 | 235 (process_symbol_table): Print also DT_GNU_HASH histogram.
|
| /freebsd-11-stable/sys/dev/iwi/ |
| HD | if_iwireg.h | 300 struct iwi_rate_histogram histogram; member
|
| /freebsd-11-stable/contrib/groff/contrib/mm/examples/ |
| HD | IND | 957 histogram 2009 histogram 3054 histogram 4099 histogram
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64SVEInstrInfo.td | 1510 // SVE2 histogram generation (segment) 1513 // SVE2 histogram generation (vector)
|
| /freebsd-11-stable/contrib/binutils/binutils/po/ |
| HD | binutils.pot | 3408 " -I --histogram Display histogram of bucket list lengths\n"
|