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

  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent.py 26 from telemetry.internal.platform.profiler import android_profiling_helper
29 android_profiling_helper = None variable
109 return bool(android_profiling_helper)
117 return android_profiling_helper.PrepareDeviceForPerf(device)
155 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
172 android_profiling_helper.GetRequiredLibrariesForPerfProfile(
179 kallsyms = android_profiling_helper.CreateSymFs(self._device,
184 android_profiling_helper.GetPerfhostName(), 'x86_64', 'linux')

Completed in 197 milliseconds