Re: [PATCH v5 4/7] target/riscv: Add support to record CTR entries.

2025-02-02 Thread Alistair Francis
On Thu, Dec 5, 2024 at 9:35 PM Rajnesh Kanwal wrote: > > This commit adds logic to records CTR entries of different types > and adds required hooks in TCG and interrupt/Exception logic to > record events. > > This commit also adds support to invoke freeze CTR logic for breakpoint > exceptions and

[PATCH v5 4/7] target/riscv: Add support to record CTR entries.

2024-12-05 Thread Rajnesh Kanwal
This commit adds logic to records CTR entries of different types and adds required hooks in TCG and interrupt/Exception logic to record events. This commit also adds support to invoke freeze CTR logic for breakpoint exceptions and counter overflow interrupts. Signed-off-by: Rajnesh Kanwal --- t