HomeSort by relevance Sort by last modified time
    Searched defs:vsfile (Results 1 - 2 of 2) sorted by null

  /external/oprofile/pp/
opreport_options.cpp 249 ostream_iterator<string>(cverb << vsfile, " "));
250 cverb << vsfile << "\n\n"; local
259 cverb << vsfile << "Archive: " << pspec.get_archive_path() << endl;
261 cverb << vsfile << "Matched sample files: " << sample_files.size()
264 ostream_iterator<string>(cverb << vsfile, "\n"));
269 cverb << vsfile << "profile_classes:\n" << classes << endl;
325 cverb << vsfile << "profile spec 1:" << endl;
327 cverb << vsfile << "profile spec 2:" << endl;
  /external/oprofile/daemon/
oprofiled.c 57 int vsfile; variable
356 vsfile = 1;
363 vsfile = 1;

Completed in 66 milliseconds