Searched refs:dbe_strcmp (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.cc202 if (dbe_strcmp (get_name (), _name) == 0)
204 if (bm && dbe_strcmp (bm->get_cmd (), _name) == 0)
H A DMetricList.cc64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
146 (dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0))
657 || dbe_strcmp (mname, m->get_cmd ()) == 0))
781 if (m->get_subtype () == st && dbe_strcmp (m->get_cmd (), cmd) == 0
782 && dbe_strcmp (m->get_expr_spec (), expr) == 0)
794 if (dbe_strcmp (m->get_cmd (), cmd) == 0)
899 || dbe_strcmp (item->get_cmd (), mcmd) == 0))
H A DMemorySpace.cc195 if (dbe_strcmp (msname, NTXT ("Memory_page_size")) == 0)
198 else if (dbe_strcmp (msname, NTXT ("Memory_in_home_lgrp")) == 0)
202 else if (dbe_strcmp (msname, NTXT ("Memory_lgrp")) == 0)
H A DExpGroup.cc151 if (dbe_strcmp (lo->firstExp->uarglist,
H A Dutil.h114 dbe_strcmp (const char *s1, const char *s2) function
H A DDerivedMetrics.cc151 if (dbe_strcmp (expr_spec, m->get_expr_spec ()) == 0)
H A DLoadObject.cc222 return _checksum == checksum && dbe_strcmp (_path, get_pathname ()) == 0;
229 if (dbe_strcmp (_path, get_pathname ()) != 0)
234 if (dbe_strcmp (_runTimePath, runTimePath) != 0)
H A DDbeJarFile.cc92 return dbe_strcmp (name, ze->name);
H A DHashMap.h47 return dbe_strcmp (a, b) == 0;
H A Dgp-display-text.cc1698 if (dbe_strcmp (previousCategory, cat) != 0)
2028 if ((unit != NULL && dbe_strcmp (unit, UNIT_SECONDS) == 0)
2033 if (name != NULL && dbe_strcmp (name, L1_STATIC) == 0)
2035 if (!dbeSession->has_java () && name != NULL && dbe_strcmp (name, L1_GCDURATION) == 0)
2075 if (dbe_strcmp (value_name, name) != 0)
H A DDataSpace.cc243 if (dbe_strcmp (met->get_cmd (), ctr_name) == 0)
H A Dgp-collect-app.cc536 if (dbe_strcmp (argv[targ_index], "--") == 0)
H A Dparse.cc733 else if (dbe_strcmp (utargname, get_basename (nm)) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetricTreeNode.cc202 if (dbe_strcmp (get_name (), _name) == 0)
204 if (bm && dbe_strcmp (bm->get_cmd (), _name) == 0)
H A DMetricList.cc64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)
146 (dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0))
657 || dbe_strcmp (mname, m->get_cmd ()) == 0))
781 if (m->get_subtype () == st && dbe_strcmp (m->get_cmd (), cmd) == 0
782 && dbe_strcmp (m->get_expr_spec (), expr) == 0)
794 if (dbe_strcmp (m->get_cmd (), cmd) == 0)
899 || dbe_strcmp (item->get_cmd (), mcmd) == 0))
H A DMemorySpace.cc195 if (dbe_strcmp (msname, NTXT ("Memory_page_size")) == 0)
198 else if (dbe_strcmp (msname, NTXT ("Memory_in_home_lgrp")) == 0)
202 else if (dbe_strcmp (msname, NTXT ("Memory_lgrp")) == 0)
H A DExpGroup.cc151 if (dbe_strcmp (lo->firstExp->uarglist,
H A Dutil.h114 dbe_strcmp (const char *s1, const char *s2) function
H A DDerivedMetrics.cc151 if (dbe_strcmp (expr_spec, m->get_expr_spec ()) == 0)
H A DLoadObject.cc222 return _checksum == checksum && dbe_strcmp (_path, get_pathname ()) == 0;
229 if (dbe_strcmp (_path, get_pathname ()) != 0)
234 if (dbe_strcmp (_runTimePath, runTimePath) != 0)
H A DDbeJarFile.cc92 return dbe_strcmp (name, ze->name);
H A DHashMap.h47 return dbe_strcmp (a, b) == 0;
H A Dgp-display-text.cc1698 if (dbe_strcmp (previousCategory, cat) != 0)
2028 if ((unit != NULL && dbe_strcmp (unit, UNIT_SECONDS) == 0)
2033 if (name != NULL && dbe_strcmp (name, L1_STATIC) == 0)
2035 if (!dbeSession->has_java () && name != NULL && dbe_strcmp (name, L1_GCDURATION) == 0)
2075 if (dbe_strcmp (value_name, name) != 0)
H A DDataSpace.cc243 if (dbe_strcmp (met->get_cmd (), ctr_name) == 0)
H A Dgp-collect-app.cc536 if (dbe_strcmp (argv[targ_index], "--") == 0)

Completed in 329 milliseconds

12