Lines Matching full:cg_db
108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db)
110 opd_header const & header = cg_db.get_header();
117 profile_t::iterator_pair p_it = cg_db.samples_range();
137 profile_t const & cg_db, string const & gmon_filename)
220 if (!cg_db.empty())
221 output_cg(fp, abfd, cg_db);
256 void load_cg(profile_t & cg_db, list<profile_sample_files> const & files)
275 cg_db.add_sample_file(*cit);
300 profile_t cg_db;
307 load_cg(cg_db, it->files);
310 output_gprof(abfd, samples, cg_db, options::gmon_filename);