Home
last modified time | relevance | path

Searched defs:mtr (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHeapActivity.cc65 Metric *mtr; in createHistItemTotals() local
150 Metric *mtr; in computeHistTotals() local
204 Metric *mtr = mlist->get_items ()->fetch (mIndex); in computeHistData() local
H A DPathTree.cc550 BaseMetric *mtr = mlist->fetch (midx); in process_packets() local
600 BaseMetric *mtr = mlist2.fetch (midx); in process_packets() local
631 BaseMetric *mtr = mlist2.fetch (midx); in process_packets() local
861 Metric *mtr = mlist->get (mind); in compute_metrics() local
994 Metric *mtr = mlist->get_items ()->get (mind); in compute_metrics() local
1114 Metric *mtr = mlist->get_items ()->get (mind); in compute_metrics() local
1429 Metric *mtr = mlist->get (ind); in get_metrics() local
1533 Metric *mtr = mlist->get (ind); in get_clr_metrics() local
1605 Metric *mtr = mlist->get (ind); in get_cle_metrics() local
1656 Metric *mtr = mlist->get (ind); in get_cle_metrics() local
[all …]
H A DIOActivity.cc114 Metric *mtr; in createHistItemTotals() local
274 Metric *mtr; in computeHistTotals() local
350 Metric *mtr = mlist->get_items ()->fetch (mIndex); in computeHistData() local
H A DMetricList.cc40 BaseMetric *mtr = base_metrics->get (i); in MetricList() local
404 Metric *mtr = mlist_items->fetch (i); in set_metrics() local
763 MetricList::get_listorder (Metric *mtr) in get_listorder()
H A Dparse.cc276 BaseMetric *mtr = dbeSession->register_metric (type); in register_metric() local
283 BaseMetric *mtr = dbeSession->register_metric (ctr, aux, uname); in register_metric() local
H A DDataSpace.cc384 Metric *mtr = mlist->get_items ()->fetch (mind); in compute_metrics() local
H A DDbeView.cc499 DbeView::get_compare_metric (Metric *mtr, int groupNum) in get_compare_metric()
914 Metric *mtr = items->get (i); in add_compare_metrics() local
H A DHist_data.cc564 Metric *mtr = metrics->get_items ()->fetch (mind); in compute_minmax() local
H A DDbeSession.cc1699 DbeSession::insert_metric (BaseMetric *mtr, Vector<BaseMetric*> *mlist) in insert_metric()
1813 DbeSession::drop_metric (BaseMetric *mtr) in drop_metric()
H A DExperiment.cc1557 BaseMetric *mtr; in fini() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHeapActivity.cc65 Metric *mtr; in createHistItemTotals() local
150 Metric *mtr; in computeHistTotals() local
204 Metric *mtr = mlist->get_items ()->fetch (mIndex); in computeHistData() local
H A DPathTree.cc550 BaseMetric *mtr = mlist->fetch (midx); in process_packets() local
600 BaseMetric *mtr = mlist2.fetch (midx); in process_packets() local
631 BaseMetric *mtr = mlist2.fetch (midx); in process_packets() local
861 Metric *mtr = mlist->get (mind); in compute_metrics() local
994 Metric *mtr = mlist->get_items ()->get (mind); in compute_metrics() local
1114 Metric *mtr = mlist->get_items ()->get (mind); in compute_metrics() local
1429 Metric *mtr = mlist->get (ind); in get_metrics() local
1533 Metric *mtr = mlist->get (ind); in get_clr_metrics() local
1605 Metric *mtr = mlist->get (ind); in get_cle_metrics() local
1656 Metric *mtr = mlist->get (ind); in get_cle_metrics() local
[all …]
H A DIOActivity.cc114 Metric *mtr; in createHistItemTotals() local
274 Metric *mtr; in computeHistTotals() local
350 Metric *mtr = mlist->get_items ()->fetch (mIndex); in computeHistData() local
H A DMetricList.cc40 BaseMetric *mtr = base_metrics->get (i); in MetricList() local
404 Metric *mtr = mlist_items->fetch (i); in set_metrics() local
763 MetricList::get_listorder (Metric *mtr) in get_listorder()
H A Dparse.cc276 BaseMetric *mtr = dbeSession->register_metric (type); in register_metric() local
283 BaseMetric *mtr = dbeSession->register_metric (ctr, aux, uname); in register_metric() local
H A DDataSpace.cc384 Metric *mtr = mlist->get_items ()->fetch (mind); in compute_metrics() local
H A DDbeView.cc499 DbeView::get_compare_metric (Metric *mtr, int groupNum) in get_compare_metric()
914 Metric *mtr = items->get (i); in add_compare_metrics() local
H A DHist_data.cc564 Metric *mtr = metrics->get_items ()->fetch (mind); in compute_minmax() local
H A DDbeSession.cc1699 DbeSession::insert_metric (BaseMetric *mtr, Vector<BaseMetric*> *mlist) in insert_metric()
1813 DbeSession::drop_metric (BaseMetric *mtr) in drop_metric()
H A DExperiment.cc1555 BaseMetric *mtr; in fini() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2370 #define INIT_HWC(nm, mtr, cfg, ty) .name = (nm), .metric = (mtr), \ argument
2373 #define HWE(nm, mtr, cfg) INIT_HWC(nm, mtr, cfg, PERF_TYPE_HARDWARE) argument
2374 #define SWE(nm, mtr, cfg) INIT_HWC(nm, mtr, cfg, PERF_TYPE_SOFTWARE) argument
2375 #define HWCE(nm, mtr, id, op, res) \ argument