Home
last modified time | relevance | path

Searched refs:find_histogram (Results 1 – 17 of 17) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/ci/prometheus_metrics/
H A Dobserve_histograms_service.rb40 histogram = find_histogram(data[:name])
44 def find_histogram(name) method in Ci.PrometheusMetrics.ObserveHistogramsService
/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() function
H A DChangeLog-2007154 * hist.c (find_histogram, find_histogram_for_pc)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() function
H A DChangeLog-2007154 * hist.c (find_histogram, find_histogram_for_pc)
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() function
H A DChangeLog-2007154 * hist.c (find_histogram, find_histogram_for_pc)
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() function
H A DChangeLog-2007154 * hist.c (find_histogram, find_histogram_for_pc)
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() function
H A DChangeLog-2007154 * hist.c (find_histogram, find_histogram_for_pc)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/histograms/
H A Dhistogram.h572 bool find_histogram(THD *thd, const std::string &schema_name,
H A Dhistogram.cc1281 bool find_histogram(THD *thd, const std::string &schema_name, in find_histogram() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtable.h685 const histograms::Histogram *find_histogram(uint field_index) const;
H A Ditem_cmpfunc.cc248 table_share->find_histogram(field->field_index()); in get_histogram_selectivity()
6572 cur_field->field->orig_table->s->find_histogram( in get_filtering_effect()
H A Dsql_base.cc585 if (histograms::find_histogram(thd, schema->name().c_str(), in read_histograms()
H A Dtable.cc3934 const histograms::Histogram *TABLE_SHARE::find_histogram( in find_histogram() function in TABLE_SHARE