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

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper_unittest.py14 from telemetry.core.platform.profiler import android_profiling_helper namespace
47 real_subprocess = android_profiling_helper.subprocess
48 android_profiling_helper.subprocess = mock_subprocess
50 libs = android_profiling_helper.GetRequiredLibrariesForPerfProfile('foo')
57 android_profiling_helper.subprocess = real_subprocess
78 real_sqlite3 = android_profiling_helper.sqlite3
79 android_profiling_helper.sqlite3 = mock_sqlite3
81 libs = android_profiling_helper.GetRequiredLibrariesForVTuneProfile('foo')
88 android_profiling_helper.sqlite3 = real_sqlite3
110 kallsyms = android_profiling_helper
[all...]
H A Dperf_profiler.py18 from telemetry.core.platform.profiler import android_profiling_helper namespace
57 perfhost_name = android_profiling_helper.GetPerfhostName()
132 android_profiling_helper.GetRequiredLibrariesForPerfProfile(
135 kallsyms = android_profiling_helper.CreateSymFs(device,
144 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
176 perf_binary = android_profiling_helper.PrepareDeviceForPerf(device)
230 [android_profiling_helper.GetPerfhostName(),
H A Dvtune_profiler.py12 from telemetry.core.platform.profiler import android_profiling_helper namespace
58 android_profiling_helper.GetRequiredLibrariesForVTuneProfile(
63 android_profiling_helper.CreateSymFs(device,
/external/chromium_org/tools/profile_chrome/
H A Dperf_controller.py24 from telemetry.core.platform.profiler import android_profiling_helper namespace
27 android_profiling_helper = None variable
107 return bool(android_profiling_helper)
113 return android_profiling_helper.PrepareDeviceForPerf(device)
139 objdump_path = android_profiling_helper.GetToolchainBinaryPath(
156 android_profiling_helper.GetRequiredLibrariesForPerfProfile(
163 kallsyms = android_profiling_helper.CreateSymFs(self._device,
168 android_profiling_helper.GetPerfhostName(), 'linux')

Completed in 132 milliseconds