Searched refs:sample_filename (Results 1 – 12 of 12) sorted by relevance
140 opd_header const read_header(string const & sample_filename) in read_header() argument142 int fd = open(sample_filename.c_str(), O_RDONLY); in read_header()145 sample_filename); in read_header()151 sample_filename); in read_header()157 sample_filename); in read_header()
62 if (it->sample_filename.empty()) in populate_spu_profile_from_files()65 profile.add_sample_file(it->sample_filename); in populate_spu_profile_from_files()147 if (!sfiles_it->sample_filename.empty()) { in is_spu_profile()148 sfname = sfiles_it->sample_filename; in is_spu_profile()
252 if (!sample_files.sample_filename.empty()) in get_first_header()253 file = sample_files.sample_filename; in get_first_header()259 if (!sample_files.sample_filename.empty()) in get_first_header()260 file = sample_files.sample_filename; in get_first_header()271 if (!files.sample_filename.empty()) { in merge_header()272 opd_header const temp = read_header(files.sample_filename); in merge_header()514 if (!sample_files.sample_filename.empty()) { in sanitize_profile_sample_files()518 << sample_files.sample_filename << endl in sanitize_profile_sample_files()536 sample_files.sample_filename = parsed.filename; in add_to_profile_sample_files()555 if (!it->sample_filename.empty()) { in find_profile_sample_files()[all …]
45 if (!it->sample_filename.empty()) { in populate_from_files()46 profile.add_sample_file(it->sample_filename); in populate_from_files()
45 opd_header const read_header(std::string const & sample_filename);
59 std::string sample_filename; member
238 if (it->sample_filename.empty()) in load_samples()242 << it->sample_filename << endl; in load_samples()246 profile.add_sample_file(it->sample_filename); in load_samples()
67 count_type count = profile_t::sample_count(it->sample_filename); in add_files()
976 a { string sample_filename, list<string> cg_files }, if {dep} part978 Note the sample_filename string can be empty (callgraph file w/o any
312 change or some other failure. This explain some "sample_filename:
3899 * libutil++/string_manip.cpp: sample_filename() is unused3997 * libpp/profile.cpp: remove sample_filename member,4306 * pp/opreport.cpp: replace some use of std::string sample_filename
1034 * libutil++/string_manip.cpp (sample_filename): Correct declaration.1040 * libutil++/string_manip.h: sample_filename() new