Home
last modified time | relevance | path

Searched hist:"451 f2f1c908ba6225e2de82c53eae399f9d342c0" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A DMakefilediff 451f2f1c908ba6225e2de82c53eae399f9d342c0 Wed May 18 18:44:15 CEST 2022 Sai Prakash Ranjan <quic_saipraka@quicinc.com> KVM: arm64: Add a flag to disable MMIO trace for nVHE KVM

Add a generic flag (__DISABLE_TRACE_MMIO__) to disable MMIO
tracing in nVHE KVM as the tracepoint and MMIO logging symbols
should not be visible at nVHE KVM as there is no way to execute
them. It can also be used to disable MMIO tracing for specific
drivers.

Signed-off-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>