diff options
author | Atish Patra <atishp@rivosinc.com> | 2025-04-30 01:16:29 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2025-05-21 09:34:37 +0530 |
commit | 3608b174ece5633dbd1f9afe37a48a2a9a0f0499 (patch) | |
tree | db0db3f190a45b5c8aa514914b94e0c16ff6b35d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e23bb06b17f81982450beb880b9c5a7fb4251164 (diff) |
KVM: riscv: selftests: Decode stval to identify exact exception type
Currently, the sbi_pmu_test continues if the exception type is illegal
instruction because access to hpmcounter will generate that. However
illegal instruction exception may occur due to the other reasons
which should result in test assertion.
Use the stval to decode the exact type of instructions and which csrs are
being accessed if it is csr access instructions. Assert in all cases
except if it is a csr access instructions that access valid PMU related
registers.
Take this opportunity to remove the CSR_CYCLEH reference as the test is
compiled for RV64 only.
Reviewed-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Link: https://lore.kernel.org/r/20250430-kvm_selftest_improve-v3-2-eea270ff080b@rivosinc.com
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions