Lines Matching refs:sample_filename
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()
557 parse_filename(it->sample_filename, extra); in find_profile_sample_files()
698 out << "sample_filename: " << sample_files.sample_filename << endl; in operator <<()