Home
last modified time | relevance | path

Searched refs:nmlist (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DModule.cc875 MetricList *nmlist = NULL; in get_data() local
879 nmlist = new MetricList (mlist); in get_data()
889 nmlist = new MetricList (mlist); in get_data()
976 if (nmlist->get_type () == MET_SRCDIS in get_data()
987 if (nmlist->get_type () == MET_SRCDIS in get_data()
998 if (nmlist->get_type () == MET_SRCDIS in get_data()
1009 if (nmlist->get_type () == MET_SRCDIS in get_data()
1054 if (nmlist->get_type () == MET_SRCDIS in get_data()
1071 if (nmlist->get_type () == MET_SRCDIS in get_data()
1088 if (nmlist->get_type () == MET_SRCDIS in get_data()
[all …]
H A DPrint.cc781 MetricList *nmlist = hdata->get_metric_list (); in dump_anno_file() local
803 if (nmlist->get_items ()->size () > 0) in dump_anno_file()
837 if (nmlist->get_items ()->size () != 0) in dump_anno_file()
838 print_label (fp, nmlist, hist_metric, 3); in dump_anno_file()
1244 MetricList *nmlist = new MetricList (origmlist); in data_dump() local
1249 MetricList *mlist = new MetricList (nmlist); in data_dump()
1250 delete nmlist; in data_dump()
1291 MetricList *mlist = new MetricList (nmlist); in data_dump()
1292 delete nmlist; in data_dump()
2295 MetricList *nmlist = hist_data->get_metric_list (); in print_anno_file() local
[all …]
H A DDbe.cc7243 MetricList *nmlist = new MetricList (origmlist); in dbeGetLeakListInfo() local
7245 nmlist->set_metrics (NTXT ("e.heapleakbytes:e.heapleakcnt:name"), true, in dbeGetLeakListInfo()
7248 nmlist->set_metrics (NTXT ("e.heapallocbytes:e.heapalloccnt:name"), true, in dbeGetLeakListInfo()
7250 MetricList *mlist = new MetricList (nmlist); in dbeGetLeakListInfo()
7251 delete nmlist; in dbeGetLeakListInfo()