/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | MetricList.cc | 64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0) in MetricList() 120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0) in MetricList() 146 (dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)) in MetricList() 657 || dbe_strcmp (mname, m->get_cmd ()) == 0)) in set_sort_metric() 781 if (m->get_subtype () == st && dbe_strcmp (m->get_cmd (), cmd) == 0 in get_listorder() 782 && dbe_strcmp (m->get_expr_spec (), expr) == 0) in get_listorder() 794 if (dbe_strcmp (m->get_cmd (), cmd) == 0) in find_metric_by_name() 899 || dbe_strcmp (item->get_cmd (), mcmd) == 0)) in add_matching_dmetrics()
|
H A D | MemorySpace.cc | 195 if (dbe_strcmp (msname, NTXT ("Memory_page_size")) == 0) in createMemObject() 198 else if (dbe_strcmp (msname, NTXT ("Memory_in_home_lgrp")) == 0) in createMemObject() 202 else if (dbe_strcmp (msname, NTXT ("Memory_lgrp")) == 0) in createMemObject()
|
H A D | BaseMetricTreeNode.cc | 202 if (dbe_strcmp (get_name (), _name) == 0) in find() 204 if (bm && dbe_strcmp (bm->get_cmd (), _name) == 0) in find()
|
H A D | util.h | 114 dbe_strcmp (const char *s1, const char *s2) in dbe_strcmp() function
|
H A D | ExpGroup.cc | 151 if (dbe_strcmp (lo->firstExp->uarglist, in get_comparable_loadObject()
|
H A D | DerivedMetrics.cc | 151 if (dbe_strcmp (expr_spec, m->get_expr_spec ()) == 0) in construct_map()
|
H A D | LoadObject.cc | 222 return _checksum == checksum && dbe_strcmp (_path, get_pathname ()) == 0; in compare() 229 if (dbe_strcmp (_path, get_pathname ()) != 0) in compare() 234 if (dbe_strcmp (_runTimePath, runTimePath) != 0) in compare()
|
H A D | HashMap.h | 47 return dbe_strcmp (a, b) == 0; in is_equals()
|
H A D | DbeJarFile.cc | 92 return dbe_strcmp (name, ze->name); in compare()
|
H A D | gp-display-text.cc | 1698 if (dbe_strcmp (previousCategory, cat) != 0) in describe() 2028 if ((unit != NULL && dbe_strcmp (unit, UNIT_SECONDS) == 0) in print_overview_tree() 2033 if (name != NULL && dbe_strcmp (name, L1_STATIC) == 0) in print_overview_tree() 2035 if (!dbeSession->has_java () && name != NULL && dbe_strcmp (name, L1_GCDURATION) == 0) in print_overview_tree() 2075 if (dbe_strcmp (value_name, name) != 0) in print_overview_tree()
|
H A D | DataSpace.cc | 243 if (dbe_strcmp (met->get_cmd (), ctr_name) == 0) in compute_metrics()
|
H A D | gp-collect-app.cc | 536 if (dbe_strcmp (argv[targ_index], "--") == 0) in check_args()
|
H A D | parse.cc | 733 else if (dbe_strcmp (utargname, get_basename (nm)) == 0) in process_seg_map_cmd()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | MetricList.cc | 64 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0) in MetricList() 120 && dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0) in MetricList() 146 (dbe_strcmp (item2->get_cmd (), mtr->get_cmd ()) == 0)) in MetricList() 657 || dbe_strcmp (mname, m->get_cmd ()) == 0)) in set_sort_metric() 781 if (m->get_subtype () == st && dbe_strcmp (m->get_cmd (), cmd) == 0 in get_listorder() 782 && dbe_strcmp (m->get_expr_spec (), expr) == 0) in get_listorder() 794 if (dbe_strcmp (m->get_cmd (), cmd) == 0) in find_metric_by_name() 899 || dbe_strcmp (item->get_cmd (), mcmd) == 0)) in add_matching_dmetrics()
|
H A D | MemorySpace.cc | 195 if (dbe_strcmp (msname, NTXT ("Memory_page_size")) == 0) in createMemObject() 198 else if (dbe_strcmp (msname, NTXT ("Memory_in_home_lgrp")) == 0) in createMemObject() 202 else if (dbe_strcmp (msname, NTXT ("Memory_lgrp")) == 0) in createMemObject()
|
H A D | BaseMetricTreeNode.cc | 202 if (dbe_strcmp (get_name (), _name) == 0) in find() 204 if (bm && dbe_strcmp (bm->get_cmd (), _name) == 0) in find()
|
H A D | util.h | 118 dbe_strcmp (const char *s1, const char *s2) in dbe_strcmp() function
|
H A D | ExpGroup.cc | 151 if (dbe_strcmp (lo->firstExp->uarglist, in get_comparable_loadObject()
|
H A D | DerivedMetrics.cc | 151 if (dbe_strcmp (expr_spec, m->get_expr_spec ()) == 0) in construct_map()
|
H A D | LoadObject.cc | 222 return _checksum == checksum && dbe_strcmp (_path, get_pathname ()) == 0; in compare() 229 if (dbe_strcmp (_path, get_pathname ()) != 0) in compare() 234 if (dbe_strcmp (_runTimePath, runTimePath) != 0) in compare()
|
H A D | HashMap.h | 47 return dbe_strcmp (a, b) == 0; in is_equals()
|
H A D | DbeJarFile.cc | 92 return dbe_strcmp (name, ze->name); in compare()
|
H A D | gp-display-text.cc | 1703 if (dbe_strcmp (previousCategory, cat) != 0) in describe() 2033 if ((unit != NULL && dbe_strcmp (unit, UNIT_SECONDS) == 0) in print_overview_tree() 2038 if (name != NULL && dbe_strcmp (name, L1_STATIC) == 0) in print_overview_tree() 2040 if (!dbeSession->has_java () && name != NULL && dbe_strcmp (name, L1_GCDURATION) == 0) in print_overview_tree() 2080 if (dbe_strcmp (value_name, name) != 0) in print_overview_tree()
|
H A D | DataSpace.cc | 243 if (dbe_strcmp (met->get_cmd (), ctr_name) == 0) in compute_metrics()
|
H A D | gp-collect-app.cc | 536 if (dbe_strcmp (argv[targ_index], "--") == 0) in check_args()
|