Lines Matching refs:hyp
9 The user space hypervisor tracing interface is located either at /sys/kernel/tracing/hyp or at
10 /sys/kernel/debug/tracing/hyp. On the Android phones it will usually be /sys/kernel/tracing/hyp,
11 while on QEMU it will be /sys/kernel/debug/tracing/hyp.
42 external/perfetto/tools/record_android_trace hyp -t 15s -b 32mb -o /tmp/hyp.pftrace
60 instance_name: "hyp"
61 ftrace_events: "hyp/hyp_enter"
62 ftrace_events: "hyp/hyp_exit"
89 tracebox -t 15s -b 32mb hyp
135 hyp.dur as dur,
136 hyp.ts as ts,
139 FROM pkvm_hypervisor_events as hyp
141 ON hyp.slice_id = slices.id
142 WHERE hyp.reason = 'host_mem_abort'