Searched refs:perf_control (Results 1 – 6 of 6) sorted by relevance
19 from devil.android.perf import perf_control25 p = perf_control.PerfControl(device)30 p = perf_control.PerfControl(device)36 p = perf_control.PerfControl(device)
9 from devil.android.perf import perf_control48 pc = perf_control.PerfControl(mock_device)71 pc = perf_control.PerfControl(mock_device)94 pc = perf_control.PerfControl(mock_device)
14 from devil.android.perf import perf_control26 perf = perf_control.PerfControl(self._device)
43 from devil.android.perf import perf_control # pylint: disable=import-error47 global perf_control192 perf = perf_control.PerfControl(self.device)197 perf = perf_control.PerfControl(self.device)
16 from devil.android.perf import perf_control66 self._perf_control = perf_control.PerfControl(self._device)
129 u32 perf_control; member