Searched refs:find_metric (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetricList.h95 Metric *find_metric (char *cmd, BaseMetric::SubType st);
H A DDbeSession.h367 BaseMetric *find_metric (BaseMetric::Type type, const char *cmd, const char *expr_spec = NULL);
H A DDbeSession.cc1735 BaseMetric *m = find_metric (type, cmd, expr_spec);
1738 BaseMetric *bm = find_metric (type, cmd, NULL); // clone this version
1748 BaseMetric *m = find_metric (type, NULL, NULL);
1760 BaseMetric *m = find_metric (BaseMetric::HWCNTR, aux, NULL);
1800 BaseMetric *m = find_metric (BaseMetric::DERIVED, name, NULL);
1841 DbeSession::find_metric (BaseMetric::Type type, const char *cmd, const char *expr_spec) function in class:DbeSession
H A DDbeView.cc1019 BaseMetric *bm = dbeSession->find_metric (m->get_type (), m->get_cmd (), NULL);
1175 Metric *m1 = cList->find_metric (m->get_cmd (), m->get_subtype ());
1217 Metric *m1 = cList->find_metric (m->get_cmd (), m->get_subtype ());
1608 BaseMetric *bm1 = dbeSession->find_metric (m->get_type (), m->get_cmd (), NTXT ("EXPGRID==1"));
1630 BaseMetric *bm1 = dbeSession->find_metric (bm->get_type (), bm->get_cmd (), m->get_expr_spec ());
1648 BaseMetric *bm1 = dbeSession->find_metric (m->get_type (),
H A DMetricList.cc802 MetricList::find_metric (char *cmd, BaseMetric::SubType st) function in class:MetricList
H A DPrint.cc782 nmlist->find_metric (GTXT ("name"), Metric::STATIC)->clear_all_visbits ();
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMetricList.h95 Metric *find_metric (char *cmd, BaseMetric::SubType st);
H A DDbeSession.h367 BaseMetric *find_metric (BaseMetric::Type type, const char *cmd, const char *expr_spec = NULL);
H A DDbeView.cc1019 BaseMetric *bm = dbeSession->find_metric (m->get_type (), m->get_cmd (), NULL);
1175 Metric *m1 = cList->find_metric (m->get_cmd (), m->get_subtype ());
1217 Metric *m1 = cList->find_metric (m->get_cmd (), m->get_subtype ());
1608 BaseMetric *bm1 = dbeSession->find_metric (m->get_type (), m->get_cmd (), NTXT ("EXPGRID==1"));
1630 BaseMetric *bm1 = dbeSession->find_metric (bm->get_type (), bm->get_cmd (), m->get_expr_spec ());
1648 BaseMetric *bm1 = dbeSession->find_metric (m->get_type (),
H A DDbeSession.cc1735 BaseMetric *m = find_metric (type, cmd, expr_spec);
1738 BaseMetric *bm = find_metric (type, cmd, NULL); // clone this version
1748 BaseMetric *m = find_metric (type, NULL, NULL);
1760 BaseMetric *m = find_metric (BaseMetric::HWCNTR, aux, NULL);
1800 BaseMetric *m = find_metric (BaseMetric::DERIVED, name, NULL);
1841 DbeSession::find_metric (BaseMetric::Type type, const char *cmd, const char *expr_spec) function in class:DbeSession
H A DMetricList.cc802 MetricList::find_metric (char *cmd, BaseMetric::SubType st) function in class:MetricList
H A DPrint.cc782 nmlist->find_metric (GTXT ("name"), Metric::STATIC)->clear_all_visbits ();

Completed in 304 milliseconds