Searched refs:android_profiling_helper (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dandroid_profiling_helper_unittest.py15 from telemetry.internal.platform.profiler import android_profiling_helper namespace
46 android_profiling_helper._FileMetadataMatches(
54 android_profiling_helper._FileMetadataMatches(
64 android_profiling_helper._FileMetadataMatches(
70 android_profiling_helper._FileMetadataMatches(
81 android_profiling_helper._FileMetadataMatches(
88 android_profiling_helper._FileMetadataMatches(
99 android_profiling_helper._FileMetadataMatches(
120 real_subprocess = android_profiling_helper.subprocess
121 android_profiling_helper
[all...]
H A Dperf_profiler.py18 from telemetry.internal.platform.profiler import android_profiling_helper namespace
60 perfhost_name = android_profiling_helper.GetPerfhostName()
142 android_profiling_helper.GetRequiredLibrariesForPerfProfile(
145 kallsyms = android_profiling_helper.CreateSymFs(device,
154 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
186 perf_binary = android_profiling_helper.PrepareDeviceForPerf(device)
240 [android_profiling_helper.GetPerfhostName(),
H A Dvtune_profiler.py13 from telemetry.internal.platform.profiler import android_profiling_helper namespace
61 android_profiling_helper.GetRequiredLibrariesForVTuneProfile(
66 android_profiling_helper.CreateSymFs(device,
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dperf_controller.py23 from telemetry.internal.platform.profiler import android_profiling_helper namespace
26 android_profiling_helper = None variable
106 return bool(android_profiling_helper)
114 return android_profiling_helper.PrepareDeviceForPerf(device)
140 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
157 android_profiling_helper.GetRequiredLibrariesForPerfProfile(
164 kallsyms = android_profiling_helper.CreateSymFs(self._device,
169 android_profiling_helper.GetPerfhostName(), 'x86_64', 'linux')

Completed in 158 milliseconds