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

  /external/oprofile/pp/
oparchive.cpp 57 void copy_stats(string const & session_samples_dir,
64 stats_path = session_samples_dir + "stats/";
70 string sample_base_dir = session_samples_dir.substr(archive_path.size());
  /external/oprofile/libpp/
profile_spec.cpp 431 string session_samples_dir = base_dir.substr(0, j); local
432 if (sub.find(session_samples_dir) != string::npos) {
456 void warn_if_kern_buffs_overflow(string const & session_samples_dir)
463 stats_path = session_samples_dir + "stats/";

Completed in 130 milliseconds