Searched refs:KvmHypTracer (Results 1 – 2 of 2) sorted by relevance
33 import com.android.microdroid.test.host.KvmHypTracer;124 assumeTrue("Skip without hypervisor tracing", KvmHypTracer.isSupported(getDevice())); in testNoLongHypSections()126 KvmHypTracer tracer = new KvmHypTracer(getDevice()); in testNoLongHypSections()
38 public final class KvmHypTracer { class70 public KvmHypTracer(@Nonnull ITestDevice device) throws Exception { in KvmHypTracer() method in KvmHypTracer