diff options
| author | Atish Patra <atishp@rivosinc.com> | 2023-02-07 01:55:22 -0800 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2023-02-07 20:35:51 +0530 |
| commit | 8f0153ecd3bf184bc06afca25b737c707fa4d765 (patch) | |
| tree | 05d97577625e023d709eca63fb8d8de5184e5256 /arch/riscv/kvm/Makefile | |
| parent | bae0dfd74e0147cbde332e31b7a71bf6db0eab45 (diff) | |
| download | lwn-8f0153ecd3bf184bc06afca25b737c707fa4d765.tar.gz lwn-8f0153ecd3bf184bc06afca25b737c707fa4d765.zip | |
RISC-V: KVM: Add skeleton support for perf
This patch only adds barebone structure of perf implementation. Most
of the function returns zero at this point and will be implemented
fully in the future.
Reviewed-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'arch/riscv/kvm/Makefile')
| -rw-r--r-- | arch/riscv/kvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/kvm/Makefile b/arch/riscv/kvm/Makefile index 019df9208bdd..5de1053a5ce4 100644 --- a/arch/riscv/kvm/Makefile +++ b/arch/riscv/kvm/Makefile @@ -25,3 +25,4 @@ kvm-y += vcpu_sbi_base.o kvm-y += vcpu_sbi_replace.o kvm-y += vcpu_sbi_hsm.o kvm-y += vcpu_timer.o +kvm-$(CONFIG_RISCV_PMU_SBI) += vcpu_pmu.o |
