HomeSort by relevance Sort by last modified time
    Searched full:cg_db (Results 1 - 1 of 1) sorted by null

  /external/oprofile/pp/
opgprof.cpp 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; local
307 load_cg(cg_db, it->files)
    [all...]

Completed in 105 milliseconds