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

  /external/oprofile/libpp/
op_header.h 40 * @param sample_filename the sample to open
45 opd_header const read_header(std::string const & sample_filename);
op_header.cpp 140 opd_header const read_header(string const & sample_filename)
142 int fd = open(sample_filename.c_str(), O_RDONLY);
145 sample_filename);
151 sample_filename);
157 sample_filename);
populate.cpp 45 if (!it->sample_filename.empty()) {
46 profile.add_sample_file(it->sample_filename);
arrange_profiles.cpp 252 if (!sample_files.sample_filename.empty())
253 file = sample_files.sample_filename;
259 if (!sample_files.sample_filename.empty())
260 file = sample_files.sample_filename;
271 if (!files.sample_filename.empty()) {
272 opd_header const temp = read_header(files.sample_filename);
504 * Sanity check : we can't overwrite sample_filename, if we abort here it means
513 // We can't allow to overwrite sample_filename.
514 if (!sample_files.sample_filename.empty()) {
518 << sample_files.sample_filename << end
    [all...]
populate_for_spu.cpp 62 if (it->sample_filename.empty())
65 profile.add_sample_file(it->sample_filename);
147 if (!sfiles_it->sample_filename.empty()) {
148 sfname = sfiles_it->sample_filename;
arrange_profiles.h 57 * file list filtered from cg file sample_filename can't be empty
59 std::string sample_filename; member in struct:profile_sample_files
  /external/oprofile/pp/
opgprof.cpp 238 if (it->sample_filename.empty())
242 << it->sample_filename << endl;
246 profile.add_sample_file(it->sample_filename);
opreport.cpp 67 count_type count = profile_t::sample_count(it->sample_filename);
  /external/oprofile/
ChangeLog-2004 976 a { string sample_filename, list<string> cg_files }, if {dep} part
978 Note the sample_filename string can be empty (callgraph file w/o any
ChangeLog-2007 312 change or some other failure. This explain some "sample_filename:
ChangeLog-2003     [all...]
ChangeLog-2002 1034 * libutil++/string_manip.cpp (sample_filename): Correct declaration.
1040 * libutil++/string_manip.h: sample_filename() new
    [all...]

Completed in 466 milliseconds