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

  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py 132 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir,
135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
137 lib = os.path.join(symfs_dir, lib[1:])
148 symfs_dir = os.path.join(tempfile.gettempdir(),
150 if not os.path.exists(symfs_dir):
151 os.makedirs(symfs_dir)
155 perf_profile = self._perf_instance.PullResult(symfs_dir)
165 symfs_dir,
173 perf_profile, symfs_dir, required_libs, kallsyms))
182 perf_profile, '--symfs', symfs_dir, '--kallsyms', kallsyms
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper_unittest.py 181 symfs_dir = tempfile.mkdtemp()
183 kallsyms = android_profiling_helper.CreateSymFs(self._device, symfs_dir,
195 assert os.path.exists(os.path.join(symfs_dir, lib[1:])), \
201 shutil.rmtree(symfs_dir)
android_profiling_helper.py 176 def CreateSymFs(device, symfs_dir, libraries, use_symlinks=True):
184 symfs_dir: Path where the symfs should be created.
193 logging.info('Building symfs into %s.' % symfs_dir)
197 output_dir = os.path.join(symfs_dir, device_dir[1:])
246 output_kallsyms = os.path.join(symfs_dir, 'kallsyms')
  /system/extras/simpleperf/
dso.cpp 91 bool Dso::SetSymFsDir(const std::string& symfs_dir) {
92 std::string dirname = symfs_dir;
99 GetEntriesInDir(symfs_dir, &files, &subdirs);
101 LOG(ERROR) << "Invalid symfs_dir '" << symfs_dir << "'";
dso.h 56 static bool SetSymFsDir(const std::string& symfs_dir);
cmd_report.cpp 354 std::string symfs_dir; local
433 symfs_dir = args[i];
447 if (!Dso::SetSymFsDir(symfs_dir)) {

Completed in 138 milliseconds