arch/riscv/include/asm/kvm_vcpu_pmu.h
0 → 100644
+74
−0
+1
−0
+7
−0
arch/riscv/kvm/vcpu_pmu.c
0 → 100644
+141
−0
Loading
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>