Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-17 Thread Alistair Francis
On Thu, Jul 14, 2022 at 7:54 PM Heiko Stübner wrote: > > Am Dienstag, 21. Juni 2022, 01:15:58 CEST schrieb Atish Patra: > > The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, > > and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) > > extension allows the perf to han

Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-14 Thread Heiko Stübner
Am Dienstag, 21. Juni 2022, 01:15:58 CEST schrieb Atish Patra: > The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, > and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) > extension allows the perf to handle overflow interrupts and filtering > support. This patch prov

Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-05 Thread Weiwei Li
在 2022/7/5 下午3:36, Atish Kumar Patra 写道: On Mon, Jul 4, 2022 at 6:31 PM Weiwei Li wrote: 在 2022/6/21 上午7:15, Atish Patra 写道: The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) extension allows the perf to han

Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-05 Thread Atish Kumar Patra
On Mon, Jul 4, 2022 at 6:31 PM Weiwei Li wrote: > > > 在 2022/6/21 上午7:15, Atish Patra 写道: > > The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, > and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) > extension allows the perf to handle overflow interrupts and filter

Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-04 Thread Weiwei Li
在 2022/6/21 上午7:15, Atish Patra 写道: The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) extension allows the perf to handle overflow interrupts and filtering support. This patch provides a framework for programmabl

Re: [PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-07-04 Thread Weiwei Li
在 2022/6/21 上午7:15, Atish Patra 写道: The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) extension allows the perf to handle overflow interrupts and filtering support. This patch provides a framework for programmab

[PATCH v10 08/12] target/riscv: Add sscofpmf extension support

2022-06-20 Thread Atish Patra
The Sscofpmf ('Ss' for Privileged arch and Supervisor-level extensions, and 'cofpmf' for Count OverFlow and Privilege Mode Filtering) extension allows the perf to handle overflow interrupts and filtering support. This patch provides a framework for programmable counters to leverage the extension. A