Searched refs:sample_files (Results 1 – 7 of 7) sorted by relevance
/external/oprofile/pp/ |
D | oparchive_options.cpp | 31 list<string> sample_files; variable 102 sample_files = pspec.generate_file_list(exclude_dependent, false); in handle_options() 104 cverb << vsfile << "Matched sample files: " << sample_files.size() in handle_options() 106 copy(sample_files.begin(), sample_files.end(), in handle_options() 109 classes = arrange_profiles(sample_files, merge_by, in handle_options()
|
D | opgprof_options.cpp | 53 list<string> sample_files = spec.generate_file_list(exclude_dependent, false); in try_merge_profiles() local 56 << "Matched sample files: " << sample_files.size() << endl; in try_merge_profiles() 57 copy(sample_files.begin(), sample_files.end(), in try_merge_profiles() 68 classes = arrange_profiles(sample_files, merge_by, in try_merge_profiles()
|
D | opannotate_options.cpp | 128 list<string> sample_files = pspec.generate_file_list(exclude_dependent, true); in handle_options() local 132 cverb << vsfile << "Matched sample files: " << sample_files.size() in handle_options() 134 copy(sample_files.begin(), sample_files.end(), in handle_options() 143 classes = arrange_profiles(sample_files, merge_by, in handle_options()
|
D | opreport_options.cpp | 256 list<string> sample_files = pspec.generate_file_list(exclude_dependent, in process_spec() local 261 cverb << vsfile << "Matched sample files: " << sample_files.size() in process_spec() 263 copy(sample_files.begin(), sample_files.end(), in process_spec() 266 classes = arrange_profiles(sample_files, merge_by, in process_spec()
|
D | oparchive_options.h | 29 extern std::list<std::string> sample_files;
|
D | oparchive.cpp | 188 list<string>::iterator sit = sample_files.begin(); in oparchive() 189 list<string>::iterator const send = sample_files.end(); in oparchive()
|
/external/oprofile/libpp/ |
D | arrange_profiles.cpp | 251 profile_sample_files const & sample_files = *(files.begin()); in get_first_header() local 252 if (!sample_files.sample_filename.empty()) in get_first_header() 253 file = sample_files.sample_filename; in get_first_header() 255 file = *sample_files.cg_files.begin(); in get_first_header() 257 profile_sample_files const & sample_files in get_first_header() local 259 if (!sample_files.sample_filename.empty()) in get_first_header() 260 file = sample_files.sample_filename; in get_first_header() 262 file = *sample_files.cg_files.begin(); in get_first_header() 510 void sanitize_profile_sample_files(profile_sample_files const & sample_files, in sanitize_profile_sample_files() argument 514 if (!sample_files.sample_filename.empty()) { in sanitize_profile_sample_files() [all …]
|